[重慶思莊每日技術分享]-使用RMAN活動複製資料庫時出現報錯Ora-19625

xianhua_33發表於2022-01-25


在通過RMAN活動複製資料庫時,出現這樣的報錯:

RMAN-03002: failure of Duplicate Db command at 05/23/2021 14:54:54

RMAN-03015: error occurred in stored script Memory Script

ORA-19625: error identifying file //system01.dbf

ORA-27037: unable to obtain file status

SVR4 Error: 2: No such file or directory

Additional information: 3

原因是target database伺服器的作業系統上沒有了對應的檔案

處理方法為:

1. RMAN> crosscheck copy;

2. RMAN> delete expired copy;

3. Rerun the duplicate.(參照官方文件Doc ID 399393.1)

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

相關文章