ORA-00600 [2662][][][][][] 錯誤解決

來源:互聯網
上載者:User

今天給客戶做資料恢複,發現必須使用隱藏參數_allow_resetlogs_corruption,結果一用報出了ORA-00600 2662的錯誤。

客戶那邊說丟失了一個資料檔案CUUG.DBF,只有一個以前的冷備份(結果就備份了這一個資料檔案............#@#@¥...)。接管客戶系統時,那邊dba已經將控制檔案重建了。無語中......

將以前的資料檔案拷貝回來,重新註冊歸檔日誌後,開始恢複。報錯:     

  1. 提示ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below 
  2. ORA-01194: file 1 needs more recovery to be consistent 
  3. ORA-01110: data file 1: '/opt/Oracle/product/10.2.0/oradata/orcl1/system01.dbf' 

看下資料檔案的SCN:   

  1. SQL> select  CHECKPOINT_CHANGE# from v$datafile_header; 
  2.  
  3. CHECKPOINT_CHANGE# 
  4. ------------------  
  5.     591931 
  6.     591931 
  7.     591931 
  8.     591931 
  9.     505927 

然後看下歸檔日誌:

  1. /opt/oracle/product/10.2.0/flash_recovery_area/ORCL1/archivelog/2012_05_19/o1_mf_1_9_7vh78q75_.arc   591800       591805 
  2. /opt/oracle/product/10.2.0/flash_recovery_area/ORCL1/archivelog/2012_05_19/o1_mf_1_8_7vh78gwc_.arc   590306       591800 
  3. /opt/oracle/product/10.2.0/flash_recovery_area/ORCL1/archivelog/2012_05_19/o1_mf_1_10_7vh7b2xs_.arc  591805       591931 

這眼看普通恢複沒戲了.....歸檔日誌不連續。

開啟隱藏參數

sql> alter system set "_allow_resetlogs_corruption"=true scope=spfile;

再次嘗試開啟資料庫,開始提示ORA-00600錯誤了。

  1. Wed May 23 15:06:44 2012 
  2. SMON: enabling cache recovery 
  3. Wed May 23 15:06:44 2012 
  4. Errors in file /opt/oracle/product/10.2.0/admin/orcl1/udump/orcl1_ora_4268.trc: 
  5. ORA-00600: internal error code, arguments: [2662], [0], [545944], [0], [590505], [4194313], [], [] 
  6. Wed May 23 15:06:44 2012 
  7. Incremental checkpoint up to RBA [0x1.3.0], current log tail at RBA [0x1.3.0] 
  8. Wed May 23 15:06:44 2012 
  9. Errors in file /opt/oracle/product/10.2.0/admin/orcl1/udump/orcl1_ora_4268.trc: 
  10. ORA-00600: internal error code, arguments: [2662], [0], [545944], [0], [590505], [4194313], [], [] 
  11. Wed May 23 15:06:44 2012 
  12. Error 600 happened during db open, shutting down database 
  13. USER: terminating instance due to error 600 
  14. Instance terminated by USER, pid = 4268 
  • 1
  • 2
  • 下一頁

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.