Login  Register

Re: RMAN restore - log_file_name_convert

Posted by Roshan on Nov 23, 2016; 6:41am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/RMAN-restore-log-file-name-convert-tp1576p1601.html

Hi,

yes.. but when I do

RMAN> RUN
{
allocate channel c1 device type disk;
    allocate channel c2 device type disk;
    allocate channel c3 device type disk;
    allocate channel c4 device type disk;
  SET ARCHIVELOG DESTINATION TO '/winsdb/archive';
  RESTORE ARCHIVELOG ALL;
  # restore and recover datafiles as needed

}2> 3> 4> 5> 6> 7> 8> 9> 10> 11>

I am getting

RMAN-06102: no channel to restore a backup or copy of archived log for thread 2 with sequence 27424 and starting SCN of 135096333862
RMAN-06102: no channel to restore a backup or copy of archived log for thread 2 with sequence 27423 and starting SCN of 135096284511
RMAN-06102: no channel to restore a backup or copy of archived log for thread 2 with sequence 27422 and starting SCN of 135096077402
RMAN-06102: no channel to restore a backup or copy of archived log for thread 2 with sequence 27421 and starting SCN of 135071103030
RMAN-06102: no channel to restore a backup or copy of archived log for thread 2 with sequence 27420 and starting SCN of 135070425788
RMAN-06102: no channel to restore a backup or copy of archived log for thread 2 with sequence 27419 and starting SCN of 135070298993
RMAN-06102: no channel to restore a backup or copy of archived log for thread 2 with sequence 27418 and starting SCN of 135069945583

I have the backups of archivelog from /archive/winsdb and i have already catalogued them

Thanks,
ROshan