Database Backup and Recovery (MOSC)

MOSC Banner

error while restoring archivedlogs

edited Jan 27, 2014 6:13PM in Database Backup and Recovery (MOSC) 2 commentsAnswered
 
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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center