Home / APPS DBA / How to clean FND_NODES table in Oracle Applications

How to clean FND_NODES table in Oracle Applications

How to clean FND_NODES table in Oracle Applications

Note: Remember That All the Latest Cloning Patches Should Be Applied to avoid Any Ambiguity.

Step 1: Login to Database with Apps User

$ sqlplus apps/apps

SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN;

SQL>COMMIT;

SQL>EXIT;

It will delete all old data from the table.

Step 2: Run AutoConfig on all tiers, first on the DataBase Tier and then on APPS Tier to repopulate the required system tables.

About Syed Saad Ali

As a certified and experienced Oracle Database Administrator with Almost 12 Years of Experience I am able to perform all levels of database maintenance and am fully qualified to do Oracle updates as well. Capitalizing on my interest in Business & IT both, I chose to navigate my career towards Enterprise Solutions, which has enabled me to excel in the combination of both. I have developed exceptional analytical skills that allow me to diagnose and take care of issues immediately. Extremely skilled in planning and execution of special projects in time- critical environments. Extensive knowledge in directing, coordinating and exercising concern authority for planning, organization, control and successful completions. Very skilled at solving customer relations issues by seeking first to understand and then to be understood. Effectively able to communicate with customers, vendors and management.

Check Also

Adding a New Managed Server on Oracle APPS R12.2

    Today We are going to Explore how to Ddd Managed Server on Oracle …

Leave a Reply