In this topic I have explained the purpose of various script that we use for E business suite R12 instance
| Script Name | Details |
|---|---|
| addbctl.sh | This 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.sh | This 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.sh | This 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.sh | This 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.sh | This 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.sh | We 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.sh | This 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.sh | This 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.sh | This 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.sh | This 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.sh | This 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.sh | This 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.sh | Using 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 |


Leave a Reply