Oracle Apps Autoconfig
Do you know what is Autoconfig in Oracle Apps? Autoconfig is a utility which is shipped with the latest releases of Oracle Applications that manages all the configuration files in oracle Applications.
If you do have any changes on the environment setting in your Oracle Apps, then you need to run the Autoconfig script in order to reflect the changes.
But where does Autoconfig read the configuration information from? For this Autoconfig relies on a file called the Context File.
The Context File is an XML file in the format [sid]_[hostname].xml.This xml file stores all the configuration details of your oracle applications system like the web port number, database names etc.
The location of the context file on the application tier is $APPL_TOP/admin/$CONTEXT_NAME.xml
After the value in the Context File XML has been changes, run the Autoconfig script adautocfg.sh in $COMMON_TOP/admin/scripts/$CONTEXT_NAME to reload the Oracle Apps environment setting
$ adautocfg.sh Enter the APPS user password : The log file for this session is located at: /oracle_app/patch/patchappl/admin/ AutoConfig is configuring the Applications environment... AutoConfig will consider the custom templates if present. Using APPL_TOP location : /oracle_app/patch/patchappl Classpath : /opt/java1.4/jre/lib/rt.jar Using Context file : /oracle_app/patch/patchappl/admin/ORACLE Context Value Management will now update the Context file Updating Context file...COMPLETED Attempting upload of Context file and templates to database...COMPLETED Configuring templates from all of the product tops... Configuring AD_TOP........COMPLETED Configuring FND_TOP.......COMPLETED Configuring ICX_TOP.......COMPLETED Configuring IEO_TOP.......COMPLETED Configuring ABM_TOP.......COMPLETED Configuring ECX_TOP.......COMPLETED Configuring BIS_TOP.......COMPLETED Configuring GL_TOP........COMPLETED Configuring AMS_TOP.......COMPLETED Configuring CCT_TOP.......COMPLETED Configuring WSH_TOP.......COMPLETED Configuring CLN_TOP.......COMPLETED Configuring OKE_TOP.......COMPLETED Configuring OKL_TOP.......COMPLETED Configuring OKS_TOP.......COMPLETED Configuring CSF_TOP.......COMPLETED Configuring XNC_TOP.......COMPLETED Configuring IGS_TOP.......COMPLETED Configuring IBY_TOP.......COMPLETED Configuring PA_TOP........COMPLETED Configuring JTF_TOP.......COMPLETED Configuring MWA_TOP.......COMPLETED Configuring CN_TOP........COMPLETED Configuring CSI_TOP.......COMPLETED Configuring WIP_TOP.......COMPLETED Configuring CSE_TOP.......COMPLETED Configuring EAM_TOP.......COMPLETED Configuring IMT_TOP.......COMPLETED Configuring FTE_TOP.......COMPLETED Configuring ONT_TOP.......COMPLETED Configuring AR_TOP........COMPLETED Configuring AHL_TOP.......COMPLETED Configuring OZF_TOP.......COMPLETED Configuring IES_TOP.......COMPLETED Configuring CSD_TOP.......COMPLETED Configuring IGC_TOP.......COMPLETED AutoConfig completed successfully.
Related Posts
- Oracle Apps 11i & Database Cloning
- Oracle HTTP Server Component
- Oracle Apps Multi Node To Single Node Cloning
PreviousNext» Solve java.lang.NoClassDefFoundError



