ORA-00265故障分析
一、故障現象:
SYS@PROD>alter database archivelog;
alter database archivelog
*
ERROR at line 1:
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
----要求恢復例項,(目前)不能設定歸檔模式
二、故障分析:
1.使用shu abort 關閉資料庫
2.startup mount 開啟歸檔模式後,資料庫認為是非正常關閉資料庫,Oracle這種機制是希望DBA檢查資料庫出現的問題,然後再設定歸檔。其實,想想也是合情理的資料庫都突然(shu abort)當機了,設定歸檔(用於恢復嘛!)沒有意義了!
再想想:使用abort後,線上日誌當時也是記錄這種非正常停庫的資訊,此時的恢復介質Oracle認為是不可用的,對於此刻起開歸檔是不能滿足介質恢復作用的,這裡我認為,Oracle讓你通過啟動資料庫檢查是否正常。
三、故障解決:
過程:shut immediate-->startup-->shut immediate(正常關閉)-->startup mount-->alter database archivelog
SYS@PROD>shutdown immediate;
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SYS@PROD>startup
ORACLE instance started.
Total System Global Area 314572800 bytes
Fixed Size 1219184 bytes
Variable Size 100664720 bytes
Database Buffers 209715200 bytes
Redo Buffers 2973696 bytes
Database mounted.
Database opened.
SYS@PROD>shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SYS@PROD>startup mount
ORACLE instance started.
Total System Global Area 314572800 bytes
Fixed Size 1219184 bytes
Variable Size 100664720 bytes
Database Buffers 209715200 bytes
Redo Buffers 2973696 bytes
Database mounted.
SYS@PROD>alter database archivelog;
Database altered.
SYS@PROD>
向secooler致敬!
Johnson
14-1-1
SYS@PROD>alter database archivelog;
alter database archivelog
*
ERROR at line 1:
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
----要求恢復例項,(目前)不能設定歸檔模式
二、故障分析:
1.使用shu abort 關閉資料庫
2.startup mount 開啟歸檔模式後,資料庫認為是非正常關閉資料庫,Oracle這種機制是希望DBA檢查資料庫出現的問題,然後再設定歸檔。其實,想想也是合情理的資料庫都突然(shu abort)當機了,設定歸檔(用於恢復嘛!)沒有意義了!
再想想:使用abort後,線上日誌當時也是記錄這種非正常停庫的資訊,此時的恢復介質Oracle認為是不可用的,對於此刻起開歸檔是不能滿足介質恢復作用的,這裡我認為,Oracle讓你通過啟動資料庫檢查是否正常。
三、故障解決:
過程:shut immediate-->startup-->shut immediate(正常關閉)-->startup mount-->alter database archivelog
SYS@PROD>shutdown immediate;
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SYS@PROD>startup
ORACLE instance started.
Total System Global Area 314572800 bytes
Fixed Size 1219184 bytes
Variable Size 100664720 bytes
Database Buffers 209715200 bytes
Redo Buffers 2973696 bytes
Database mounted.
Database opened.
SYS@PROD>shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SYS@PROD>startup mount
ORACLE instance started.
Total System Global Area 314572800 bytes
Fixed Size 1219184 bytes
Variable Size 100664720 bytes
Database Buffers 209715200 bytes
Redo Buffers 2973696 bytes
Database mounted.
SYS@PROD>alter database archivelog;
Database altered.
SYS@PROD>
向secooler致敬!
Johnson
14-1-1
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/20985606/viewspace-1066261/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-00265錯誤分析
- ORA-00265:修改Oracle歸檔模式錯誤分析Oracle模式
- 故障分析 | Greenplum Segment 故障處理
- 故障分析 | Kubernetes 故障診斷流程
- 故障分析 | MySQL死鎖案例分析MySql
- postgreSQL troubleshooting 故障分析SQL
- MongoDB單點故障分析MongoDB
- cpu故障現象分析 CPU常見故障案例
- 故障分析 | MySQL 從機故障重啟後主從同步報錯案例分析MySql主從同步
- 故障分析 | Redis AOF 重寫原始碼分析Redis原始碼
- 開歸檔報錯:ora-00265:
- ORA-00265錯誤的處理
- 電腦黑屏怎麼辦 顯示卡故障導致黑屏故障分析
- 【故障】“ORACLE使用者被鎖定”故障處理和分析Oracle
- <Win7硬體故障分析>Win7
- Web 網站 故障常用分析命令Web網站
- 故障分析 | MySQL鎖等待超時一例分析MySql
- 【故障處理】ORA- 2730*,status 12故障分析與處理
- 工業交換機軟體故障分析
- remote_listener引發的故障分析REM
- 資料庫監聽夯故障分析資料庫
- 使用ttTraceMon進行TimesTen故障分析
- 生產庫故障分析(主外來鍵和DML效能分析)
- ORA-00265: instance recovery required, cannot set ARCHIVELOGUIHive
- 故障分析 | 是誰偷走了我的 IO
- 基於TRIZ的引風機故障分析
- 故障分析 | show processlist 引起的效能問題
- cursor:pin S wait on X故障診分析AI
- MySQL資料庫故障分析-鎖等待(一)MySql資料庫
- 記一次NAS故障分析(ZFS NFS)NFS
- Oracle 修改預設監聽埠故障分析Oracle
- 故障分析 | Redis 主從複製風暴Redis
- 路由器故障現象和原因分析路由器
- 【原創】Oracle RAC故障分析與處理Oracle
- 伺服器故障分析十四部曲伺服器
- [zt] ORA-04031故障分析處理
- ORA-00265: instance recovery required, cannot set ARCHIVELOG modeUIHive
- 故障分析 | MySQL 耗盡主機記憶體一例分析MySql記憶體