ORA-00265: instance recovery required, cannot set ARCHIVELOG
OS:
Oracle Linux Server release 5.7
DB:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
SQL> startup mount
ORACLE instance started.
Total System Global Area 3340451840 bytes
Fixed Size 2232960 bytes
Variable Size 1912606080 bytes
Database Buffers 1409286144 bytes
Redo Buffers 16326656 bytes
Database mounted.
SQL>
SQL> alter database archivelog;
alter database archivelog
*
ERROR at line 1:
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
SQL>
SQL> alter database open;
Database altered.
SQL>
SQL> alter system switch logfile;
System altered.
SQL> alter system switch logfile;
System altered.
SQL> alter system switch logfile;
System altered.
SQL>
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL>
SQL> startup mount
ORACLE instance started.
Total System Global Area 3340451840 bytes
Fixed Size 2232960 bytes
Variable Size 1912606080 bytes
Database Buffers 1409286144 bytes
Redo Buffers 16326656 bytes
Database mounted.
SQL>
SQL> alter database archivelog;
Database altered.
SQL>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28939273/viewspace-1061482/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-00265: instance recovery required, cannot set ARCHIVELOG modeUIHive
- recover and open db if archivelog required for recovery is either miss_465478.1HiveUI
- 【Oracle】-Difference between Instance recovery and Crash RecoveryOracle
- Overview of Instance and Crash RecoveryView
- [MONGODB]: WHEN ARBITER REQUIRED FOR REPLICA SETMongoDBUI
- ORA-16139: media recovery requiredUI
- RAC筆記之instance recovery筆記
- Cannot set property 'innerHTML' of nullHTMLNull
- oracle RECOVERY_PARALLELISM與instance recovery和medium recovery的關係小記OracleParallel
- Cannot set property ‘type‘ of null(vue)NullVue
- 關於INSTANCE RECOVERY過程的理解
- 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
- 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
- Dynamics CRM Plug-in assembly does not contain the required types or assembly content cannot be...AIUI
- su cannot set user id Resource temporarily unavailable故障解決AI
- PB協議報錯 it is missing required fields: (cannot determine missing fields for lite message)協議UI
- ORA-00265故障分析
- su - oracle報錯su: cannot set user id: Resource temporarily unavailableOracleAI
- (問題解決)Cannot set LC_CTYPE to default locale: No such file or directory
- 452 Error writing file: A file cannot be larger than the value set by ulimit.ErrorMIT
- 訪問資料庫出現Object reference not set to an instance of an object錯誤資料庫Object
- ORA-00265錯誤分析
- zt_例項恢復instance recovery相關原理精簡總結(原創)
- Restore ArchivelogRESTHive
- ORA-00824:cannot set sga_target due to existing internal setting --SOLUTION
- Backup And Recovery User's Guide-使用SET AUTORECOVERY進行自動恢復GUIIDE
- 開歸檔報錯:ora-00265:
- ORA-00265錯誤的處理
- Delete Dataguard ArchivelogdeleteHive