Change NID for Restored Database (dbid)
Problem:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 02/23/2015 08:42:50
RMAN-03014: implicit resync of recovery catalog failed
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20011: target database incarnation is not current in recovery catalog
Solution:
. oraenv
shutdown immediate
startup mount
nid target=sys as sysdba
supply password
shutdown immediate
startup mount
alter database open resetlogs;
rman target / catalog user/password@catdb
register database;
perform a full backup plus archivelog backup
Happyjohn
No comments:
Post a Comment