restore cold backup of database using rman
successfully restored the controlfile but when doing the alter database mount, i'm getting:
restore controlfile from '/u01/app/oracle/admin/BANPROD/fast_recovery_area/BANPROD/autobackup/2015_05_19/o1_mf_s_880133836_boqdto41_.bkp' ; Starting restore at 19-MAY-15using target database control file instead of recovery catalog allocated channel: ORA_DISK_1 channel ORA_DISK_1: SID=128 device type=DISK channel ORA_DISK_1: restoring control file channel ORA_DISK_1: restore complete, elapsed time: 00:00:01 output file name=/u07/oradata/BANREP/cntrl_BANREP_01.ctl output file name=/u07/oradata/BANREP/cntrl_BANREP_02.ctl output file name=/u07/oradata/BANREP/cntrl_BANREP_03.ctl Finished restore at 19-MAY-15 |