Monday, July 25, 2011

How to clean FND_NODES table

Step 1:   Always apply the latest cloning patches to avoid all the bugs and fixes
Step 2:  SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN;
COMMIT;
EXIT;

It will delete all old data from the table.

Step 3:  Run AutoConfig on all tiers, firstly on the DB tier and then the APPS tiers to repopulate the required system tables.

1 comment:

  1. Hello,

    Please provide the complete details on each & every topics which you are posting in your blogs...otherwise it will create confusion to others..


    ReplyDelete