InterviewSolution
Saved Bookmarks
| 1. |
How To Check If Apps 11i System Is Autoconfig Enabled ? |
|
Answer» Under $AD_TOP/bin check for FILE adcfginfo.sh & 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.It will be read and .......Under $AD_TOP/bin check for file adcfginfo.sh & if this exists use 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 |
|