1. 程式人生 > 資料庫 >Oracle報錯問題處理(隨筆記錄)

Oracle報錯問題處理(隨筆記錄)

現象描述:

如果報錯:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: ‘/u01/oradata/orcl/system01.dbf’

處理方法
跳過日誌檢查:

alter system set “_allow_resetlogs_corruption”=true scope=spfile;
recover database using backup controlfile until cancel;
recover database until cancel;