Login  Register

Re: RAC restore on single node

Posted by ErmanArslansOracleBlog on May 31, 2017; 12:50pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/RAC-restore-on-single-node-tp2737p2742.html

Why your instance name is cbs2?

This is single instance right?
->
make it cbs (your db name)

Then,

relink the related oracle off (oracle that belongs only to the single instance database) with the following;

make -f ins_rdbms.mk rac_off
make -f ins_rdbms.mk ioracle

Then,

Remove all the parameters from init.ora which points to second instance and it is on other node.

Remove cluster_database parameter

Remove undo_tablespace parameter which points to second instance

Start-up the database in mount stage and execute..

alter database disable thread <thread of other instance> 

open the database;