ORA-01547、ORA-01994錯誤解決一例
rman恢復後,在做recover database的時候,出現ORA-01547、ORA-01994錯誤,錯誤資訊如下:
SQL> recover database until cancel; ORA-00279: change 548207 generated at 11/28/2009 10:25:46 needed for thread 1 ORA-00289: suggestion : /oracle/flash_recovery_area/ORCL/archivelog/2009_11_30/o1_mf_1_1_%u_.arc ORA-00280: change 548207 for thread 1 is in sequence #1 Specify log: { cancel ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below ORA-01194: file 1 needs more recovery to be consistent ORA-01110: data file 1: '/oracle/oradata/orcl/system01.dbf' ORA-01112: media recovery not started |
嘗試使用resetlog方式啟動資料庫,報如下ORA-01194錯誤:
SQL> alter database open resetlogs; alter database open resetlogs * ERROR at line 1: ORA-01194: file 1 needs more recovery to be consistent ORA-01110: data file 1: '/oracle/oradata/orcl/system01.dbf' |
嘗試使用noresetlogs方式啟動資料庫,報ORA-01113錯誤,確定datafile 2需要media recovery
SQL> alter database open noresetlogs; alter database open noresetlogs * ERROR at line 1: ORA-01113: file 2 needs media recovery ORA-01110: data file 2: '/oracle/oradata/orcl/undotbs01.dbf' |
對datafile 2進行recover之後,啟動資料庫,資料庫啟動正常。
SQL> alter database recover datafile 2; Database altered. SQL> alter database open; Database altered. SQL> |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22049049/viewspace-1029178/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-01245、ORA-01547錯誤的解決
- ORA-03113錯誤解決一例
- RMAN-06133 錯誤解決一例
- MySQL 5.6 GTID常見錯誤解決一例MySql
- ORA-02063錯誤解決一例
- ORA-12514: 錯誤解決一例
- client backup was not attempted because backup window closed 錯誤解決一例client
- Linux共享連結庫錯誤解決一例(轉)Linux
- ORA-02019錯誤解決一例
- GCS shadows traversed, 4001 replayed 錯誤解決一例GC
- 通過sql跟蹤解決ORA-00942錯誤一例SQL
- 解決了一例Shutdown時碰到Ora-600錯誤的問題
- Ocelot錯誤解決
- catalog is missing 10 attribute(s)錯誤的解決辦法一例
- keepalived啟動報錯解決一例
- VIM 常用錯誤解決
- sqldeveloper for windows 錯誤解決SQLDeveloperWindows
- TNS-12547,TNS-12537錯誤解決方法一例
- vsftpd 錯誤:530 and 500 錯誤解決方法FTP
- AIX中使用DBCA建立資料庫ora-12547錯誤解決一例AI資料庫
- timesten11218 ORA-12154錯誤解決一例
- latex 錯誤以及解決方案
- ora-27504錯誤解決
- Datastore error in 'dirbdb'錯誤解決ASTError
- ORA-27054 錯誤解決
- mysql與php錯誤解決MySqlPHP
- mysql錯誤解決總結MySql
- PbootCMS 404 錯誤解決方法boot
- 【故障解決】OGG-00446 錯誤解決
- 使用Push方式安裝EM 12c Agent報Shell path is incorrect錯誤解決一例
- dbfread報錯ValueError錯誤解決方法Error
- SQL server 7安裝錯誤一例SQLServer
- 【故障解決】ORA-06502錯誤解決
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- dns錯誤怎麼辦 dns錯誤的解決辦法DNS
- HTTP代理錯誤怎麼解決?HTTP
- undefined reference to錯誤的解決方法Undefined
- SAXParseException的錯誤解決之二Exception