Tuesday, May 18, 2021

Start Stop services in oracle apps R12.2.x:

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

Contact Form

Name

Email *

Message *

Cancelling Concurrent Request From Backend

Concurrent Request Phase Codes: SQL> SELECT  LOOKUP_CODE ,  MEANING    FROM  FND_LOOKUP_VALUES   WHERE  LOOKUP_TYPE  =   'CP_PHASE_CO...