Sunday, February 28, 2016
Location of adconfig.sh Backup Files
The execution of adconfig.sh generates backup files. The backup files for the execution of adconfig.sh on the application tier are located in the following directory, where MM is the month, DD is the day, hh is the hour, and mm is the minute when adconfig.sh was executed:
$APPL_TOP/admin/$CONTEXT_NAME/out/MMDDhhmm
The backup files for the execution of adconfig.sh on the database tier are located in the following directory, with MMDDhhmm having the same meaning:
$ORACLE_HOME/appsutil/log/$CONTEXT_NAME/out/MMDDhhmm
If you want to restore configuration files from the backup of an adconfig.sh run,
you can execute the $APPL_TOP/admin/$CONTEXT_NAME/out/MMDDhhmm/restore.sh
script. On the database server, this script will be found in the
$ORACLE_HOME/appsutil/out/$CONTEXT_NAME/MMDDhhmm directory
No comments:
Post a Comment