更換歸檔日誌引數路徑導致RMAN備份時報ORA-19625錯誤

mahanso發表於2011-08-04

更換歸檔日誌引數路徑,在使用RMAN進行歸檔日誌備份的時候報如下錯誤:
RMAN> backup archivelog all format '/orabak/rman/bidbbak/%t_%s_%r.arch' delete all input;

current log archived
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=132 devtype=DISK
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 10/04/2008 12:22:38
RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
ORA-19625: error identifying file /u01/app/oracle/flash_recovery_area/o1_mf_1_34_4g600sxl_.arc
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3

解決方法:
$ rman target / nocatalog
RMAN>crosscheck archivelog all;

-- The End --

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12272958/viewspace-704128/,如需轉載,請註明出處,否則將追究法律責任。

相關文章