Start Stop services in oracle apps:
Application(Middle Tier)
$ . /u01/apps/EBSapps.env run
$ cd $ADMIN_SCRIPTS_HOME
START all services:
$ adstrtal.sh
NOTE:
When we want to start all application services using script adstrtall.sh , we provide apps password in R12.1.3.But in R12.2 it will ask weblogic admin password in addition to bring up all services .
START individual components:
STOP all services:
$ adstpall.sh
NOTE:
When we want to stop all application services using script adstpall.sh , we provide apps password in R12.1.3.But in R12.2 it will ask weblogic admin password in addition to bring down all services .
STOP individual components:
No comments:
Post a Comment