Tuesday, September 10, 2013

Difference between adautoconfig.sh, adautocfg.sh and adconfig.sh



Using AutoConfig you can reconfigure your Oracle E-Business Suite configuration from values mentioned in $CONTEXT_FILE

adautocfg.sh : is a wrapper around autoconfig script($AD_TOP/bin/adconfig.sh) .

a) For application Tier this file is located in $ADMIN_SCRIPTS_HOME (in R12) or $COMMON_TOP/admin/scripts/$CONTEXT_NAME (in 11i)

b) For Database Tierthis file file is in $ORACLE_HOME/ appsutil/ scripts $CONTEXT_NAME (both 11i & R12)

This file invokes $AD_TOP/bin/adconfig.sh on Application Tier and $ORACLE_HOME/ appsutil/bin/adconfig.sh on Database Tier.

adconfig.sh : is script (which in turn calls adconfig.pl) to run Autoconfig tool which reconfigures application or database tier using context file (XML file) . adconfig.sh is located in $AD_TOP/bin (For 11i & R12 Application Tier) and $ORACLE_HOME/appsutil/bin (For 11i & R12 Database Tier)

No comments:

Post a Comment

Oracle Database & Applications R12.2 Log file locations

Many times, we forget the path for the log files since there are too many.  Below is the list of frequently used log files which can help us...