ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
由於一開始非正常關閉造成資訊不一致,遇到此報錯.
當重新開啟資料庫,使資料檔案,控制檔案,日誌檔案同步後,既可修改歸檔模式
[oracle@rac1 oracle]$ sqlplus /nolog
SQL*Plus: Release 11.2.0.3.0 Production on Thu Apr 17 07:00:37 2014
Copyright (c) 1982, 2011, Oracle. All rights reserved.
SQL> connect / as sysdba
Connected.
SQL> shutdown abort
ORACLE instance shut down.
SQL> startup mount
ORACLE instance started.
Total System Global Area 630501376 bytes
Fixed Size 2230992 bytes
Variable Size 209716528 bytes
Database Buffers 411041792 bytes
Redo Buffers 7512064 bytes
Database mounted.
SQL> alter database archivelog;
alter database archivelog
*
ERROR at line 1:
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
SQL> alter database archivelog;
alter database archivelog
*
ERROR at line 1:
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
SQL> alter database archivelog;
alter database archivelog
*
ERROR at line 1:
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
SQL> alter database archivelog;
alter database archivelog
*
ERROR at line 1:
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
SQL> alter database archivelog;
alter database archivelog
*
ERROR at line 1:
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
SQL> alter database archivelog;
alter database archivelog
*
ERROR at line 1:
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
SQL> alter database open
2 ;
Database altered.
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount
ORACLE instance started.
Total System Global Area 630501376 bytes
Fixed Size 2230992 bytes
Variable Size 213910832 bytes
Database Buffers 406847488 bytes
Redo Buffers 7512064 bytes
Database mounted.
SQL> alter database archivelog;
Database altered.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26870952/viewspace-1144102/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-00265: instance recovery required, cannot set ARCHIVELOGUIHive
- recover and open db if archivelog required for recovery is either miss_465478.1HiveUI
- Archivelog & Noarchivelog mode in RMANHive
- 【Oracle】-Difference between Instance recovery and Crash RecoveryOracle
- Overview of Instance and Crash RecoveryView
- Restricted Mode of Instance Startup (291)REST
- cannot mount database in EXCLUSIVE modeDatabase
- [MONGODB]: WHEN ARBITER REQUIRED FOR REPLICA SETMongoDBUI
- ORA-16139: media recovery requiredUI
- RAC筆記之instance recovery筆記
- Failed to start Master instance in admin modeAIAST
- Cannot set property 'innerHTML' of nullHTMLNull
- Oracle OCP 1Z0 053 Q517(Block Media Recovery&Archivelog Mode&Flashback Logging)OracleBloCHive
- oracle RECOVERY_PARALLELISM與instance recovery和medium recovery的關係小記OracleParallel
- Cannot set property ‘type‘ of null(vue)NullVue
- 關於INSTANCE RECOVERY過程的理解
- How to config (no)archivelog mode and manage archive log files by RMANHive
- you cannot use this control in design mode。
- Oracle 12c Rac Set Archive ModeOracleHive
- oracle instance recovery例項恢復小記Oracle
- ORA-38856: cannot mark instance UNNAMED_INSTANCE_2 (redo thread 2) as enabledthread
- BUG——AngularJS:Cannot set property ‘pic‘ of undefinedAngularJSUndefined
- cannot set user id: Resource temporarily unavailableAI
- How to Disable or set SELinux to Permissive mode [ID 457458.1]Linux
- Login Oracle Instance Even When sysdba Cannot Do SoOracle
- Bug 4872999 - RAC instance cannot get global enqueueENQ
- 透過RMAN不提示刪除archivelog Script(支援多個Instance)Hive
- The type XXX cannot be resolved.It is indirectly referenced from required .classUI
- If you cannot remember your password for Recovery and Rescue for IBM LaptopREMIBMAPT
- 通過telnet登入交換機:password required, but none setUINone
- 安裝sql server managerment studio報錯"The instance id is required but it is missing"SQLServerUI
- ORA-01102: cannot mount database in EXCLUSIVE modeDatabase
- ORA-01102 cannot mount database in EXCLUSIVE modeDatabase
- Dynamics CRM Plug-in assembly does not contain the required types or assembly content cannot be...AIUI
- [Oracle] ORA-01102: cannot mount database in EXCLUSIVE modeOracleDatabase
- 關於ORA-01102: cannot mount database in EXCLUSIVE modeDatabase
- Oracle ORA-01102故障: cannot mount database in EXCLUSIVE modeOracleDatabase
- su cannot set user id Resource temporarily unavailable故障解決AI