Re: RMAN RAC(ASM) restore
Posted by
Roshan on
Jun 02, 2017; 3:55pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/RMAN-RAC-ASM-restore-tp2752p2758.html
Control file autobackup was disabled.
I managed to restore the controlfile using
connect target sys/m@cbs_prod;
connect auxiliary /;
run {
ALLOCATE AUXILIARY CHANNEL CH4 TYPE 'SBT_TAPE';
SEND 'NSR_ENV=(NSR_SERVER=rhis-nwdd-1202,NSR_CLIENT=10.210.228.7)';
restore clone primary controlfile to '/archicom/ora12c/oradata/control1.ctl';
}
I mounted the database.
I removed the duplicate command and replaced with:
restore database;
switch datafile all;
switch tempfile all;
recover database;
Please find attahched logfile:
restorecbs2.logPlease advise.
Regards,
ROshan