Cleaning nodes in EBS databae.


Cleaning EBS nodes with
EXEC FND_CONC_CLONE.SETUP_CLEAN;


. EBSapps.env run 

$ sqlplus apps/<PASSWORD>
SQL> create table fnd_nodes_22ep14 as select * from fnd_nodes;
SQL> exec fnd_conc_clone.setup_clean;
PL/SQL procedure successfully completed.
SQL> commit;
Commit complete.
After that run autoconfig in below order to populate the FND TABLES properly.

1) Stop application services ( optional but  recommended ) 
2) Run autoconfig on dbTier
3) Run autoconfig on appTier

Comments

Popular posts from this blog

RMAN backup Status (Remaining Time and Percentage)

EBS R12.2 Autoconfig Failed. Resolved

ADOP options availble in R12.2