Sometimes you may see error shown below when incremental backup failed. To solve the issue, you have to resync the archive catalog.
Solution/Procedure:-
  1.Connect to both db server:-
  DB1 SERVER
  i)rman target /
  crosscheck archivelog all;
  --- Once the process  completed ---
  Connect to catalog db to perform re sync process:-
  ii) rman target / CATALOG rman/rman@catdb
  resync catalog;
  DB2 SERVER
  i)rman target /
  crosscheck archivelog all;
  --- Once the process  completed ---
  Connect to catalog db to perform re sync process:-
  ii) rman target / CATALOG rman/rman@catdb
  resync catalog;
0 comments:
Post a Comment