Re: RAC restore on single node
Posted by ErmanArslansOracleBlog on Jul 18, 2018; 10:53am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/RAC-restore-on-single-node-tp2737p6470.html
You have a interconnect problem..
I think your spfile is still configured according to your source RAC instance..
cluster_interconnects parameter of ASM instance causes this issue.
This is a single instance right?
İf so, try the following;
connect to ASM instance and issue ->
SQL> alter system reset cluster_interconnects SCOPE=SPFILE SID='*';
*restart asm.