Rman 20020: Database Incarnation Not Set Error Resolved

Asked By 50 points N/A Posted on -
qa-featured

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?

SHARE
Answered By 10 points N/A #318786

Rman 20020: Database Incarnation Not Set Error Resolved

qa-featured

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!

Related Questions