Sunday, May 8, 2011

Steps to remove, not needed context files after cloning

Steps to remove, not needed context files after cloning.

Step 1. Look at the $APPL_TOP/admin
Make sure that there is only the Target Machine's .xml available under:
$APPL_TOP/admin/

Step 2. Remove the source *.xml file if it is there.

Step 3. Then run the following.
SQL*Plus:
SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN; COMMIT; EXIT;

Step4. Re-run AutoConfig on every tiers(DB Tier/s then on Apps Tier/s) to
repopulate the required system tables.

Step 5. Bounce the Applications Services.

No comments:

Post a Comment