模擬線上重做日誌被刪除的情況恢復
模擬線上重做日誌被刪除的情況恢復
新增一個線上重做日誌組4。
SQL> alter database add logfile group 4 ('e:redo4.log') size 10M; 資料庫已更改。 SQL> select * from v$log 2 ; GROUP# THREAD# SEQUENCE# BYTES MEMBERS ARC STATUS ---------- ---------- ---------- ---------- ---------- --- ---------------- 1 1 165 10240000 1 NO CURRENT 2 1 162 10240000 1 YES INACTIVE 3 1 164 10240000 1 YES INACTIVE 4 1 0 10485760 1 YES UNUSED |
刪除剛建立的日誌檔案組4。
SQL> host Microsoft Windows XP [版本 5.1.2600] (C) 版權所有 1985-2001 Microsoft Corp. E:>del redo4.log |
切換日誌組:
E:>exit SQL> alter system switch logfile; alter system switch logfile * 第 1 行出現錯誤: ORA-00313: 無法開啟日誌組 (用於執行緒 ) 的成員 SQL> conn /as sysdba 已連線到空閒例程。 |
資料庫例項被關閉,這就是讓日誌切換的時候,系統發現下一個日誌組不能用的時候,就會關閉資料庫例項返回一個錯誤。
Wed May 09 10:33:21 2007 Errors in file e:oracleadminora10bdumpora10_lgwr_1608.trc: ORA-00313: open failed for members of log group 4 of thread 1 ORA-00312: online log 4 thread 1: 'E:REDO4.LOG' ORA-27041: unable to open file OSD-04002: 無法開啟檔案 O/S-Error: (OS 2) 系統找不到指定的檔案。 Wed May 09 10:33:21 2007 Errors in file e:oracleadminora10bdumpora10_lgwr_1608.trc: ORA-00313: open failed for members of log group 4 of thread 1 ORA-00312: online log 4 thread 1: 'E:REDO4.LOG' ORA-27041: unable to open file OSD-04002: 無法開啟檔案 O/S-Error: (OS 2) 系統找不到指定的檔案。 Wed May 09 10:33:21 2007 LGWR: terminating instance due to error 313 Wed May 09 10:33:21 2007 Errors in file e:oracleadminora10bdumpora10_q001_424.trc: ORA-00313: open failed for members of log group of thread Wed May 09 10:33:21 2007 Errors in file e:oracleadminora10bdumpora10_pmon_1104.trc: ORA-00313: open failed for members of log group of thread Wed May 09 10:33:22 2007 Errors in file e:oracleadminora10bdumpora10_dbw0_3036.trc: ORA-00313: open failed for members of log group of thread Wed May 09 10:33:23 2007 Errors in file e:oracleadminora10bdumpora10_reco_2184.trc: ORA-00313: open failed for members of log group of thread Wed May 09 10:33:23 2007 Errors in file e:oracleadminora10bdumpora10_ckpt_2980.trc: ORA-00313: open failed for members of log group of thread Wed May 09 10:33:23 2007 Errors in file e:oracleadminora10bdumpora10_smon_2576.trc: ORA-00313: open failed for members of log group of thread Wed May 09 10:33:23 2007 Errors in file e:oracleadminora10bdumpora10_psp0_2872.trc: ORA-00313: open failed for members of log group of thread Wed May 09 10:33:23 2007 Errors in file e:oracleadminora10bdumpora10_mman_1980.trc: ORA-00313: open failed for members of log group of thread Instance terminated by LGWR, pid = 1608 |
啟動資料庫:
SQL> startup ORACLE 例程已經啟動。 Total System Global Area 159383552 bytes Fixed Size 1247876 bytes Variable Size 79693180 bytes Database Buffers 75497472 bytes Redo Buffers 2945024 bytes 資料庫裝載完畢。 ORA-00313: 無法開啟日誌組 4 (用於執行緒 1) 的成員 ORA-00312: 聯機日誌 4 執行緒 1: 'E:REDO4.LOG' |
恢復
SQL> alter database drop logfile group 4; 資料庫已更改。 SQL> alter database open; 資料庫已更改。 SQL> select * from v$log; GROUP# THREAD# SEQUENCE# BYTES MEMBERS ARC STATUS ---------- ---------- ---------- ---------- ---------- --- ---------------- 1 1 165 10240000 1 YES INACTIVE 2 1 166 10240000 1 NO CURRENT 3 1 164 10240000 1 YES INACTIVE |
因為這時候,是在資料庫的日誌切換時候發生的例項崩潰,沒有資料的丟失,所以可以這樣恢復。
也可以使用,修改
SQL> alter database clear logfile group 4; 資料庫已更改。 |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/222350/viewspace-914240/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle Redo(重做日誌) 模擬故障和恢復Oracle Redo
- 重做日誌的恢復
- 恢復重做日誌
- oracle 恢復重做日誌Oracle
- oracle dg 歸檔日誌恢復情況Oracle
- oracle redo 日誌刪除後的恢復Oracle Redo
- rman恢復--丟失聯機重做日誌的恢復
- 【備份恢復】 恢復重做日誌組成員
- MySQL重做日誌恢復資料的流程MySql
- 聯機重做日誌丟失的恢復
- 聯機重做日誌檔案的恢復
- 丟失所有重做日誌檔案的恢復例子丟失所有重做日誌檔案的恢復例子如下:
- sqlplus 下恢復active 日誌丟失的情況SQL
- 恢復 Git 被刪除的分支Git
- Git恢復被刪除的分支Git
- 【REDO】刪除REDO LOG重做日誌組後需要手工刪除對應的日誌檔案
- Oracle11g redo log 建立、新增、刪除(重做日誌組,重做日誌檔案)Oracle
- Oracle歸檔日誌比聯機重做日誌小很多的情況總結Oracle
- 全備份情況下,刪除控制檔案及恢復
- 丟失聯機重做日誌檔案的恢復
- MySQL二進位制日誌刪除與恢復MySql
- 恢復被刪除的Word選單
- 【EM】資料表誤刪除故障模擬及恢復
- 【備份恢復】恢復 丟失已歸檔重做日誌檔案
- oracle線上調整重做日誌Oracle
- logmnr分析線上重做日誌
- Oracle控制檔案在缺失歸檔日誌的情況下的恢復Oracle
- 恢復被刪除的Word選單(轉)
- 一個刪除重做日誌檔案的參考指令碼指令碼
- 線上修改重做日誌檔案的大小
- Redo log檔案被刪除恢復
- 【虛擬機器資料恢復】碎片拼接恢復XenServer伺服器被刪除的虛擬機器虛擬機資料恢復Server伺服器
- 【備份與恢復】恢復受損的複用聯機重做日誌檔案
- 利用MySQL日誌模擬恢復資料變化軌跡IIMySql
- 如何恢復被刪除的 GitLab 專案?Gitlab
- 【REDO】刪除聯機重做日誌檔案組的注意事項
- Oracle其它情況的恢復Oracle
- data guard中增加與刪除主備資料庫中的聯機重做日誌與備重做日誌檔案資料庫