Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> rman RAC restore archivelog all validate

rman RAC restore archivelog all validate

From: manuela mueller <mueller_m_at_fiz-chemie.de>
Date: Thu, 24 Mar 2005 11:41:10 +0100
Message-ID: <42429946.3010105@fiz-chemie.de>


Dear All,
we are using Oracle 9.2.0.5 on a 4 node RAC on SLES 8 with Oracle Cluster file system (OCFS).
RMAN uses a catalog DB, we perform backups on tape (2 tape drives). All nodes archive into their own archive directory, all directories reside on OCFS partitions.
We are currently implementing a backup strategy for the archived redo log files.

  1. backup archivelog all not backed up 2 times;
  2. crosscheck archivelog all;

The first two commands were executed without errors, but the third always throws an exception.

Just to be on the safe side:
3. restore archivelog all validate;
Each time RMAN responds with:
... lot of output snipped
channel ORA_SBT_TAPE_1: starting validation of archive log backupset channel ORA_SBT_TAPE_2: starting validation of archive log backupset Restoring error
Restoring error
channel ORA_SBT_TAPE_1: restored backup piece 1 piece handle=3agcvqqa_1_1 tag=TAG20050217T114911 params=NULL restore not complete

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 03/24/2005 11:19:41 ORA-06510: PL/SQL: unhandled user-defined exception

Following channels are configured:
CONFIGURE DEVICE TYPE DISK PARALLELISM 4; CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 2; 4. delete archivelog backed up 2 times to device 'SBT_TAPE';

Has anybody seen this error before?
Any suggestions are welcome, thanks in advance and have a nice day

Manuela Mueller

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Mar 24 2005 - 05:45:14 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US