Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> rman RAC restore archivelog all validate
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.
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-lReceived on Thu Mar 24 2005 - 05:45:14 CST