Friday 22 April 2016

How to Rollback an AutoConfig session in oracle apps

Each Autoconfig run of creates a rollback script you can use to revert the previous configuration setting if necessary. The script and all backup configuration files from each Autoconfig session are stored under the below location in database and application.

Application Tier:

$INST_TOP/admin/out/<MMDDhhmm>

Database Tire:

$ORACLE_HOME/appsutil/out/<CONTEXT_NAME>/<MMDDhhmm>

To roll back an AutoConfig sessions, execute the following command:

sh restore.sh

Ref: (Doc ID 387859.1)

No comments:

Post a Comment