開歸檔報錯:ora-00265:
SQL> alter database archivelog;
alter database archivelog
*
ERROR at line 1:
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
上網查了下,原來是上次系統的非正常關閉導致。需要重新開啟資料庫,使資料檔案,控制檔案,日誌檔案同步,再修改歸檔模式。
SQL> alter database open;
Database altered.
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount
ORACLE instance started.
Total System Global Area 419430400 bytes
Fixed Size 1219760 bytes
Variable Size 121635664 bytes
Database Buffers 293601280 bytes
Redo Buffers 2973696 bytes
Database mounted.
SQL> alter database archivelog;
Database altered.
SQL> alter database open;
Database altered.
alter database archivelog
*
ERROR at line 1:
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
上網查了下,原來是上次系統的非正常關閉導致。需要重新開啟資料庫,使資料檔案,控制檔案,日誌檔案同步,再修改歸檔模式。
SQL> alter database open;
Database altered.
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount
ORACLE instance started.
Total System Global Area 419430400 bytes
Fixed Size 1219760 bytes
Variable Size 121635664 bytes
Database Buffers 293601280 bytes
Redo Buffers 2973696 bytes
Database mounted.
SQL> alter database archivelog;
Database altered.
SQL> alter database open;
Database altered.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30152793/viewspace-1588297/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-00265:修改Oracle歸檔模式錯誤分析Oracle模式
- 歸檔報錯
- oracle歸檔切換以及歸檔日誌滿報錯問題Oracle
- ORA-00265錯誤分析
- 一次歸檔報錯的處理和分析
- 總是歸檔錯誤-重置歸檔目錄
- ORA-00265錯誤的處理
- oracle 開歸檔Oracle
- 開啟歸檔模式模式
- 備份歸檔日誌報錯ORA-19625: crosscheck archivelog allROSHive
- 10g啟用歸檔出錯
- SharePlex跳過歸檔或從指定歸檔位置開始
- oracle 歸檔/非歸檔Oracle
- 9i備份時檢查歸檔資訊報錯ORA-235
- oracle 11g開啟歸檔模式及修改歸檔目錄Oracle模式
- oracle RAC開啟歸檔模式Oracle模式
- RAC 開啟歸檔日誌
- oracle 開啟、關閉歸檔Oracle
- postgresql開啟歸檔日誌SQL
- 歸檔和非歸檔模式下ORA-01145錯誤的解決方法模式
- RAC開啟資料庫歸檔資料庫
- 開啟資料庫歸檔模式資料庫模式
- Oracle資料庫開啟歸檔Oracle資料庫
- 開啟oracle資料庫歸檔Oracle資料庫
- 開閃回及閃迴歸檔
- Oracle RAC Standby 恢復歸檔numuber錯亂Oracle
- VMWARE啟動虛機報錯無法開啟檔案
- 歸檔
- Oracle 10G RAC歸檔引數格式問題導致歸檔至ASM時出錯Oracle 10gASM
- myeclipse js檔案報錯EclipseJS
- .ui轉.py檔案報錯UI
- DG歸檔傳輸報 ORA-16191
- 基於ts的node專案引入報錯歸納
- Oracle歸檔模式和非歸檔模式Oracle模式
- 非歸檔模式改為歸檔模式模式
- ORA-00265故障分析
- oracle 歸檔日誌開啟,關閉Oracle
- 關閉和開啟歸檔日誌