RMAN 处理一例 archived log not found or out of sync with catalog

备份遇到错误如下:

using channel ORA_DISK_1
archived log +DGDGDG/aaaaa/1_669005_745232453.dbf not found or out of sync with catalog
trying alternate file for archived log of thread 1 with sequence 669005
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03015: error occurred in stored script backup_database_archivelogs
RMAN-03002: failure of backup plus archivelog command at 12/25/2014 09:47:42
RMAN-06059: expected archived log not found, loss of archived log compromises recoverability
ORA-19625: error identifying file /aaba/archive/1_669005_745232453.dbf
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3


其实也是常见问题,但是这次不同。

RMAN> crosscheck copy of archivelog all;


参考URL:

http://easyoradba.com/2010/05/03/rman-06059-expected-archived-log-not-found-ora-19625/



你可能感兴趣的:(RMAN 处理一例 archived log not found or out of sync with catalog)