InterviewSolution
Saved Bookmarks
| 1. |
How To Check If Apps 11i System Is Autoconfig Enabled? |
|
Answer» Under $AD_TOP/bin check for FILE adcfginfo.sh and if this exists use adcfginfo.sh contextfile=<CONTEXT> show=enabled If this file is not there, look for any CONFIGURATION file under APPL_TOP if system is Autoconfig enabled then you will SEE entry like # AutoConfig automatically generates this file. Under $AD_TOP/bin check for file adcfginfo.sh and if this exists use adcfginfo.sh contextfile=<CONTEXT> show=enabled If this file is not there, look for any configuration file under APPL_TOP if system is Autoconfig enabled then you will see entry like # AutoConfig automatically generates this file. |
|