Rman Backup Failed With Error Rman-00600 [8201] (Doc ID 412786.1)

rongshiyuan發表於2014-01-14

In this Document

Symptoms
Cause
Solution
References

Applies to:

Oracle Database - Enterprise Edition - Version 10.2.0.2 to 10.2.0.3 [Release 10.2]
Information in this document applies to any platform.
***Checked for relevance on 28-May-2013***


Symptoms

RMAN backup failed with ORA-00600[8201] error

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 01/22/2007 22:02:12
RMAN-00600: internal error, arguments [8201] [] [] [] []

Cause

You are hitting Bug 5916459 with base bug Bug 6035495

There is mismatch between the information stored in the Controlfile and rman Catalog.

Solution

Try to do a explicit resync catalog with the target database .

RMAN> resync catalog;

If after the resync still the problem exist then recreate the controlfile of the target database .

References

BUG:5916459 - RMAN-600: [8201] TAKING A BACKUP OR DURING "SHOW ALL" USING RECOVERY CATALOG
BUG:6035495 - ORA-19909:DATAFILE 1 BELONGS TO AN ORPHAN INCARNATION IN STANDBY

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1070421/,如需轉載,請註明出處,否則將追究法律責任。

相關文章