Re: Rac to Rac clone
Posted by ErmanArslansOracleBlog on Jul 16, 2020; 7:57am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Rac-to-Rac-clone-tp8505p8512.html
I don't know your exact state. Don't need to make the things complicated.
If you are doing a manual clone for db tier, do it manual..
I mean, clone your db.. Configure it to be connectable(tns and listener files and so on)
Then connect to it(your clone db) using sqlplus apps.
Run exec fnd_conc_clone.setup_clean.
Build your context files correctly / adbldxml.pl. Then run autoconfig on both of the RAC nodes.
Then go to your apps tier and run adcfgclone/post clone.
This is a manuel method, so it is not guaranteed. So at the end of the day, I still recommend you to follow the documentation.