Login  Register

Re: RMAN restore - log_file_name_convert

Posted by Roshan on Nov 21, 2016; 3:49pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/RMAN-restore-log-file-name-convert-tp1576p1579.html

I managed to restore the controlfile using

RMAN> run {
set controlfile autobackup format for device type disk to '/opt/app/oracle/product/11.2.0.4/dbs/%F';
restore controlfile from autobackup;
}2> 3> 4>


Now I am getting



allocated channel: c4
channel c4: SID=1563 device type=DISK

executing command: SET NEWNAME

executing command: SET NEWNAME

Starting restore at 21-NOV-16

released channel: c1
released channel: c2
released channel: c3
released channel: c4
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 11/21/2016 19:59:54
RMAN-06509: only SPFILE or control file can be restored from AUTOBACKUP