Useful scripts for E Business Suite R12

 In this topic I have explained the purpose of various script that we use for E business suite R12 instance

Script NameDetails
addbctl.shThis script basically calls adstrtdb.sql to start the DB  or adstopdb.sql to stop the database
Example:-
To start DB :- sh addbctl.sh start
To Stop DB :-
sh addbctl.sh stop normal | immediate|abort
Script location :- $ORACLE_HOME/appsutil/script/<$CONTEXT_NAME>
addlnctl.shThis script is used to start or stop database listener.
Example:-
To start  Listener:- sh addlnctl.sh start <Listener_name>
To Stop  Listener:- sh addlnctl.sh stop <Listener_name>
To check listener status :- sh addlnctl.sh status <Listener_name>
Script location :- $ORACLE_HOME/appsutil/script/<$CONTEXT_NAME>
adautocfg.shThis script basically is used to run autoconfig . Autoconfig calls adconfig.sh and adconfig.sh is also calls another perl script namely adconfig.pl
Example:- sh adautocfg.sh
 
Script location for DBTier :-
<RDBMS_ORACLE_HOME>/appsutil/scripts/<CONTEXT_NAME>
 
Script location for Apps Tier :-
<INST_TOP>/admin/scripts
adstrtal.shThis script starts all the services related to E Business Suite on application tier.Using this single  script we can start multiple service components which are required to run EBS .
 
Example:- sh adstrtal.sh apps/<apps_pwd>
 
Script location:-
<INST_TOP>/admin/scripts
adstpal.shThis script stops all the services related to E Business Suite on application tier. Using this single  script we can stop multiple service components which are related to run EBS .
Example:- sh adstpal.sh apps/<apps_pwd>
 
 
Script location:-
<INST_TOP>/admin/scripts
adalnctl.shWe can run this script to start/stop/check status of application RPC listener.
sh adalnctl.sh {start/stop/status}
 
Script location:-
<INST_TOP>/admin/scripts
adapcctl.shThis script is used to start/stop or check the oracle http server.
Example:- sh adapcctl.sh apps/<apps_pwd>
 
Example:-
sh adapcctl.sh {start/stop/status}
 
Script location:-
<INST_TOP>/admin/scripts
adcmctl.shThis script is used to start or stop or check status of concurrent managers.
 
Example:-
sh adcmctl.sh start/stop/status apps/<apps_pwd>
 
Script location:-
<INST_TOP>/admin/scripts
adformsctl.shThis script basically used to start,stop and check status of forms server in servlet mode.
 
Example:-
sh adformsctl.sh {start/stop/status}
 
Script location:-
<INST_TOP>/admin/scripts
adformsrvctl.shThis script basically used to start,stop and check status of forms server in socket mode.
 
Example:-
sh adformsrvctl.sh {start/stop/status}
 
Script location:-
<INST_TOP>/admin/scripts
adoacorectl.shThis script basically used to start,stop and check status of oacore oc4j service.
 
Example:-
sh adoacorectl.sh {start/stop/status}
 
Script location:-
<INST_TOP>/admin/scripts
adoafmctl.shThis script basically used to start,stop and check status of oafm oc4j service.
 
Example:-
sh adoafmctl.sh {start/stop/status}
 
Script location:-
<INST_TOP>/admin/scripts
adopmnctl.shUsing this script we can start/stop and check status of opmn service.
 
Example:-
sh adopmnctl.sh {start/stop/status}
 
Script location:-
<INST_TOP>/admin/scripts

Categories

Leave a Reply

Your email address will not be published. Required fields are marked *