Re: adop error

Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/adop-error-tp841p843.html

This might be caused by a hostname case mitmatch;
Why do you use uppercase hostnames?
Correct your hostname in /etc/hosts file.
Having lowercased hostname is always advantage, as there are lots of issue with Uppercase hostnames.

I suggest you to check this document firts, as you might be hitting it;

12.2 Adop Patching Fails With "[ERROR] Failed to execute SQL statement begin Ad_zd_adop.INSERT_ADD_NODE_RECORDS end" (Doc ID 2054360.1)

If the issue explained in the above doc. is not your case, then I suggest you to do a hostname change.

Correct your hostname in /etc/hosts file and "hostname lowercaseyourhostname" command, reboot your machine and ensure the hostname is turned to lowercase.

sqlplus app/apps
sql> exec fnd_conc_clone.setup_clean;
run autoconfig on db tier
run autoconfig on appstier
check fnd_nodes to ensure your hostname is lowercase there
rerun failed patch