Run autoconfig on db tier and apps tier| Basically autoconfig is tool to reconfigure your Oracle Application configuration files using context (XML file) and template files.
Best steps to Run autoconfig on db tier and apps tier.
To run autoconfig in ebs R12.*.*. We need to follow the below steps to run autoconfig on DB-Tier and Middle(APPS) Tier.
1. Stop the Middle Tier Services.
source the APPS environment
Go under $APPL_TOP and run the APPSPHASE1_acetest.env .
$ . APPSPHASE1_acetest.env or source APPSPHASE1_acetest.env run
Check if apps environment was sources.
$ env or echo $ORACLE_HOME
Now stop the Middle(APPS) Tier .
$ cd $ADMIN_SCRIPTS_HOME
$sh adstpall.sh
2. Run Autoconfig on dbTier
source dbTier environment:-
$cd $ORACLE_HOME
Go under $ORACLE_HOME/appsutil/scripts/$CONTEXT_NAME and run run autoconfig on database.
Now Run Autoconfig on dbTier.
Check the autoconfig logs.
3. Run autoconfig on appTier
source APPSPHASE1_acetest.env run
Now run the Autoconfig on Middle(APPS) Tier.
Check the Autoconfig logs in apps Tier.
source the APPS environment
Go under $APPL_TOP and run the APPSPHASE1_acetest.env .
Related posts:-
Autoconfig in Oracle Apps R12 adautocfg.sh – Online Apps DBA
Thanks a lot Sajid for your article, really It's very helpful to me