Login  Register

Re: Adding Nodes

Posted by ErmanArslansOracleBlog on Apr 27, 2017; 8:02am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Adding-Nodes-tp2595p2602.html

I think your adconfig.txt file is okay.

Please do the following;

1. Backup ad_appl_tops table

2. Remove the incorrectly inserted target atName from AD_APPL_TOPS table:
SQL> delete from AD_APPL_TOPS where NAME='<new_node>';    (I think this is udkfinp07 for your case)
SQL> commit;

3. Run adaddnode.pl

What is the result?