may I also know the hard way please.
thanks,
Printable View
may I also know the hard way please.
thanks,
why on earth - the way i showed you is THE correct way to do it
Hi, I opened the database by giving open resetlog command. But when I tried to backup the database using rman as I was doing earlier Iam getting the following error, the list backup command also shows the same error. Need help. Do I need to register the database again in recovery catalog.
thanks,
RMAN> backup database plus archivelog;
Starting backup at 18-AUG-07
current log archived
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 08/18/2007 13:16:10
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20003: target database incarnation not found in recovery catalog
RMAN> list backup
2> ;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of list command at 08/18/2007 13:16:35
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20003: target database incarnation not found in recovery catalog
you have to register that incarnation in the catalog
Hi, can you please let me know about how to register the incarnation in the catalog.
thanks,
heard of google? rman docs?
http://download.oracle.com/docs/cd/B...4/rcmrepos.htm
Hi, thanks a lot. By reading the documentation suggested by you the problem is solved.