Rman 20020: Database Incarnation Not Set Error Resolved
I was working on my database using Rman but when I tried to sync or re-sync my database it shows up the error which says, data incarnation not set. How can I resolve this error?
I was working on my database using Rman but when I tried to sync or re-sync my database it shows up the error which says, data incarnation not set. How can I resolve this error?
This usually happens when you modify the open reset logs for the database.
RMAN> Catalog Resync;
RMAN-00571: ============================================== =
RMAN-00569: ============================================== === &
RMAN-00571: ============================================== =
RMAN-03009: Error in the resynchronization command of the default channel 04/04/2014, 05:25:29
RMAN-20020: Incarnation of the undefined database
RMAN> reset the database;
Incarnation of the already registered database
Start the complete re-synchronization of the recovery catalog
full complete resynchronization
RMAN>
This execution will solve your problem!