ORA-01618: redo thread 2 is not enabled - cannot mount
現象:
RAC建庫的時候,由於節點2的redo出問題,導致節點2例項不能mount。
SQL> alter database mount;
alter database mount
*
ERROR at line 1:
ORA-01618: redo thread 2 is not enabled - cannot mount
錯誤說明:
[oracle@rac2 bin]$ oerr ora 01618
01618, 00000, "redo thread %s is not enabled - cannot mount"
// *Cause: The INIT.ORA parameter "thread" requests a thread that is not
// enabled. A thread must be enabled before it can be mounted.
// *Action: Shutdown the instance, change the INIT.ORA parameter and startup
// mounting a different thread. If the database is open in another
// instance then the thread may be enabled.
解決方法:
在另一個能開啟的節點執行
SQL> alter database add logfile thread 2 ('+DATA1') size .....;
Database altered.
SQL> alter database add logfile thread 2 ('+DATA1') size .....;
Database altered.
SQL> alter database enable thread 2;
Database altered.
然後開啟節點2
SQL> alter database mount;
Database altered.
SQL> alter database open;
Database altered.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26239116/viewspace-1075976/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-01618: redo thread 2 is not enabled - cannot mount 問題處理thread
- 建立四節點 RAC 啟動時報錯 ORA-01618: redo thread 4 is not enabled - cannot mountthread
- ORA-38856: cannot mark instance UNNAMED_INSTANCE_2 (redo thread 2) as enabledthread
- cannot mount database in EXCLUSIVE modeDatabase
- SP2-0618: Cannot find the Session Identifier.Check PLUSTRACE role is enabledSessionIDE
- SP2-0618: Cannot find the Session Identifier. Check PLUSTRACE role is enabledSessionIDE
- SP2-0618: Cannot find the Session Identifier. Check PLUSTRACE role is enabledSessionIDE
- Thread 1 cannot allocate new logthread
- Thread 1 cannot allocate new log,Checkpoint not completethread
- Exception in thread "main" java.lang.NullPointerException: Cannot invokeExceptionthreadAIJavaNull
- ORA-01102: cannot mount database in EXCLUSIVE modeDatabase
- 0506-324 Cannot Mount File System (轉自網路)
- ORA-01102 cannot mount database in EXCLUSIVE modeDatabase
- Thread 1 cannot allocate new log, sequence NNN 錯誤thread
- [Oracle] ORA-01102: cannot mount database in EXCLUSIVE modeOracleDatabase
- Thread 1 cannot allocate new log 的處理辦法thread
- 關於ORA-01102: cannot mount database in EXCLUSIVE modeDatabase
- Oracle ORA-01102故障: cannot mount database in EXCLUSIVE modeOracleDatabase
- Java訪問SSL enabled DB2 DatabaseJavaDB2Database
- 日誌執行緒 redo thread(專業術語解析)執行緒thread
- Thread 1 cannot allocate new log Private strand flush not complete 警告thread
- ORA-01623: log is current log for thread - cannot dropthread
- RAC 11.2.0.3 ORA-01102: cannot mount database in EXCLUSIVE mode”Database
- jQuery :enabledjQuery
- Oracle DG 出現 RFS[6]: No standby redo logfiles created for thread 1Oraclethread
- alter database disable thread 2Databasethread
- Thread2(C#)threadC#
- ORA-01102: cannot mount database in EXCLUSIVE mode 的解決辦法Database
- Oracle 11g RAC ORA-01102: cannot mount database in EXCLUSIVE modeOracleDatabase
- Oracle 11g 報錯ORA-01102: cannot mount database in EXCLUSIVE modeOracleDatabase
- 啟動資料庫時 ORA-01102: cannot mount database in EXCLUSIVE mode資料庫Database
- oracle ORA-01102: cannot mount database in EXCLUSIVE mode(無法起到獨佔模式)OracleDatabase模式
- oracle redo internal (2) --- dump內容理解Oracle Redo
- oracle redo internal (2) --- dump內容理解Oracle
- aix mountAI
- Oracle redo解析之-2、BBED & DUMP工具使用Oracle Redo
- ORACLE 11gr2 ASM redo log 增加OracleASM
- CSS E:enabled 選擇器CSS