oracle資料庫正常關閉狀態下丟失undo檔案的恢復
正常關閉的意思是:在關閉時,提交的事務已經寫入資料檔案,未提交的事務也已經回滾,控制檔案、日誌檔案和資料檔案中的資料一致,再次啟動時不需要例項恢復,不需要用到undo資料檔案中的回滾資訊。
正常啟動時會報錯,恢復步驟如下:
1、以oracle使用者登入系統,sqlplus / as sysdba;
2、start mount;
3、alter database datafile '/u01/app/oracle/oradata/orcl/undotbs01.dbf' offline drop;
4、alter database open;
5、create undo tablespace undotbs2 datafile '/u01/app/oracle/oradata/orcl/undotbs02.dbf' size 200m autoextend on maxsize 10g;
6、alter system set undo_tablespace=undotbs2;
7、drop tablespace undotbs1 including contents and datafiles;
正常啟動時會報錯,恢復步驟如下:
1、以oracle使用者登入系統,sqlplus / as sysdba;
2、start mount;
3、alter database datafile '/u01/app/oracle/oradata/orcl/undotbs01.dbf' offline drop;
4、alter database open;
5、create undo tablespace undotbs2 datafile '/u01/app/oracle/oradata/orcl/undotbs02.dbf' size 200m autoextend on maxsize 10g;
6、alter system set undo_tablespace=undotbs2;
7、drop tablespace undotbs1 including contents and datafiles;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26194851/viewspace-719401/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 在open狀態下恢復丟失的資料檔案
- UNDO表空間資料檔案丟失處理(二)正常關閉資料庫資料庫
- 資料檔案丟失的恢復
- 歸檔模式下資料檔案丟失的恢復模式
- Oracle備份與恢復【丟失資料檔案的恢復】Oracle
- 丟失已歸檔日誌檔案下恢復資料庫資料庫
- 恢復案例:歸檔模式下丟失全部資料檔案的恢復模式
- 資料檔案丟失如何恢復
- Sql Server資料庫檔案丟失的恢復方法SQLServer資料庫
- 完全恢復之所有資料庫檔案丟失資料庫
- 資料庫各種檔案丟失恢復大全。資料庫
- 恢復之非歸檔模式下資料庫非正常關閉的備份與恢復模式資料庫
- Oracle Password檔案丟失的恢復Oracle
- 【資料庫資料恢復】Sql Server資料庫檔案丟失的資料恢復過程資料庫資料恢復SQLServer
- oracle歸檔日誌丟失後的資料庫恢復Oracle資料庫
- 歸檔模式下丟失普通資料檔案並恢復模式
- 恢復REDO Log丟失的Oracle資料庫Oracle資料庫
- RMAN恢復案例:丟失全部資料檔案恢復
- DATA GUARD主庫丟失資料檔案的恢復(2)
- DATA GUARD主庫丟失資料檔案的恢復(3)
- DATA GUARD主庫丟失資料檔案的恢復(1)
- RMAN完全恢復丟失的資料檔案
- 普通資料檔案丟失的恢復方法
- 資料檔案丟失損壞的恢復--
- 丟失當前current重做日誌檔案下恢復資料庫資料庫
- 丟失一個控制檔案並恢復資料庫資料庫
- 解決Oracle資料庫日誌檔案丟失恢復問題Oracle資料庫
- 電腦檔案丟失資料恢復資料恢復
- Oracle 各種檔案丟失的恢復Oracle
- 資料庫資料恢復—MongoDB資料庫檔案丟失,啟動報錯的資料恢復案例資料庫資料恢復MongoDB
- MongoDB資料庫報錯,資料庫檔案丟失資料恢復案例MongoDB資料庫資料恢復
- 【備份恢復】非歸檔模式下丟失任意資料檔案 恢復操作模式
- 【原創】模擬控制檔案丟失的資料庫恢復資料庫
- 恢復archivelog模式下丟失的系統資料檔案Hive模式
- RMAN資料庫恢復 之歸檔模式有(無)備份-丟失資料檔案的恢復資料庫模式
- 備份恢復之資料檔案丟失
- 【資料庫資料恢復】mdb_catalog.wt檔案丟失的MongoDB資料恢復案例資料庫資料恢復MongoDB
- 【資料庫資料恢復】LINUX EXT3檔案系統下ORACLE資料庫誤操作導致資料丟失的資料恢復案例資料庫資料恢復LinuxOracle