error while restoring archivedlogs
RMAN> run
2> {
3> allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/oraprod05_01/app/oracle/admin/rmancfg/tdpo.opt)';
4> restore archivelog from sequence 886182 until sequence 886183;
5> release channel t1;
6> }
allocated channel: t1
channel t1: sid=811 devtype=SBT_TAPE
channel t1: Data Protection for Oracle: version 5.5.2.0
Starting restore at 27-JAN-2014 11:35:19
released channel: t1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 01/27/2014 11:35:19
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20242: specification does not match any archive log in the recovery catalog
RMAN>
Please assist
Best regards,
Vishal
0