rman備份出現ORA-19625錯誤

錯誤描述:

RMAN> backup database plus archivelog;



Starting backup at 04-DEC-15

current log archived

using channel ORA_DISK_1

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03002: failure of backup plus archivelog command at 12/04/2015 16:59:43

RMAN-06059: expected archived log not found, loss of archived log compromises recoverability

ORA-19625: error identifying file /u2/oracle/fast_recovery_area/ORCL/archivelog/2015_11_01/o1_mf_1_242_c3cbn4fr_.arc

ORA-27037: unable to obtain file status

Linux-x86_64 Error: 2: No such file or directory

Additional information: 3


原因:操作系統中刪除了這個歸檔日誌,日誌還沒備份過,rman備份時找不到這個歸檔就報錯了。


解決方法:進行交叉檢測

RMAN> change archivelog all crosscheck;

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章