Wednesday, August 13, 2008

Steps to remove unneeded context files after cloning

1. Look at the $APPL_TOP/admin

Make sure there is only the Target Machine's machine *.xml present under: $APPL_TOP/admin/

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

3. Then run the following from

SQL*Plus:

SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN;COMMIT;EXIT;

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

5. Bounce the Applications Services

No comments: