ORA-03113: 通訊通道的檔案結尾(錯誤解決);ORA-27101: shared memory realm does not exist
由於強制關機導致檔案狀態不一致,因為正常關閉資料庫會同步校驗各檔案,使得重新啟動的時候檔案時間點一致並且不用進行崩潰恢復,建議大家以後在利用abort選項時,先在os上觀察IO狀況,在IO值為0或接近0的時候再強制關閉。
SQL> conn /as sysdba
已連線到空閒例程。
SQL> show user
USER 為 "SYS"
SQL> startup force
ORACLE 例程已經啟動。
Total System Global Area 535662592 bytes
Fixed Size 1375792 bytes
Variable Size 310378960 bytes
Database Buffers 218103808 bytes
Redo Buffers 5804032 bytes
資料庫裝載完畢。
ORA-03113: 通訊通道的檔案結尾
程式 ID: 3632
會話 ID: 9 序列號: 3
SQL> conn /as sysdba
已連線到空閒例程。
SQL> conn scott/tiger
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
程式 ID: 0
會話 ID: 0 序列號: 0
警告: 您不再連線到 ORACLE。
SQL> alter database open;
SP2-0640: 未連線
SQL> show user
USER 為 ""
SQL> conn /as sysdba
已連線到空閒例程。
SQL> alter database open;
alter database open
*
第 1 行出現錯誤:
ORA-01034: ORACLE not available
程式 ID: 0
會話 ID: 0 序列號: 0
SQL> startup mount;
ORACLE 例程已經啟動。
Total System Global Area 535662592 bytes
Fixed Size 1375792 bytes
Variable Size 310378960 bytes
Database Buffers 218103808 bytes
Redo Buffers 5804032 bytes
資料庫裝載完畢。
SQL> select * from v$log;
GROUP# THREAD# SEQUENCE# BYTES BLOCKSIZE MEMBERS
---------- ---------- ---------- ---------- ---------- ----------
STATUS FIRST_CHANGE# FIRST_TIME NEXT_CHANGE# NEXT_TI
---------------- ------------- -------------- ------------ -------
1 1 136 52428800 512 1
INACTIVE 2668635 07-3月 -13 2697408 07-3月
3 1 135 52428800 512 1
INACTIVE 2631646 06-3月 -13 2668635 07-3月
2 1 137 52428800 512 1
CURRENT 2697408 07-3月 -13 2.8147E+14
SQL> alter database open resetlogs;
alter database open resetlogs
*
第 1 行出現錯誤:
ORA-01139: RESETLOGS 選項僅在不完全資料庫恢復後有效
SQL> recover database until time '2013-03-07 15:00:00';
完成介質恢復。
SQL> alter database open resetlogs;
資料庫已更改。
SQL> shutdown
資料庫已經關閉。
已經解除安裝資料庫。
ORACLE 例程已經關閉。
SQL> startup
ORACLE 例程已經啟動。
Total System Global Area 535662592 bytes
Fixed Size 1375792 bytes
Variable Size 310378960 bytes
Database Buffers 218103808 bytes
Redo Buffers 5804032 bytes
資料庫裝載完畢。
資料庫已經開啟。
SQL>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24829399/viewspace-1060314/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-27101 Shared memory realm does not exist錯誤解決方案
- 出了ORA-27101: shared memory realm does not exist 錯誤的處理
- 'ora-03113,通訊通道的檔案結尾'的錯誤處理
- ORA-03113: 通訊通道的檔案結尾
- ora-03113 通訊通道的檔案結束錯誤處理
- 資料庫啟動時遇到ORA-03113: 通訊通道的檔案結尾資料庫
- ora-27100:shared memory realm already exists錯誤的解決
- ORA-27100 shared memory realm already exists錯誤解決
- with table as觸發ora-03113:通訊通道的檔案結束
- ORA-03113: 通訊通道的檔案結束/ORA-03113: end-of-file on communication channel
- The operation, ‘DecodeJpeg/contents‘, does not exist in the graph.錯誤解決方法
- The file '/MasterPage.master' does not exist. 類錯誤解決方法AST
- o2cb_ctl: Cluster "ocfs2" does not exist 錯誤解決
- ORA-27100: shared memory realm already exists解決方法
- `QtValidLicenseForCoreModule' does not name a type 錯誤的解決QTREM
- ORA-03113錯誤分析與解決
- Oracle ORA - 01720 grant option does not exist for..報錯解決Oracle
- Oracle ORA-27101錯誤及解決辦法Oracle
- ABAP 資料結構啟用時的錯誤訊息 - combination reference table field does not exist資料結構
- 用sql_trace解決ORA-03111: 通訊通道收到中斷錯誤SQL
- Ubuntu Cannot allocate memory 錯誤解決方案Ubuntu
- [Oracle] ORA-03113錯誤分析與解決Oracle
- ORA-03113錯誤解決一例
- standby新增檔案錯誤的解決方法
- ORA-24756: transaction does not exist問題解決
- oracle10g啟動錯誤ORA-27101解決Oracle
- The user specified as a definer ('wx_root'@'%') does not exist 解決方案
- mysql 1449 : The user specified as a definer ('root'@'%') does not exist 解決方法MySql
- 模擬ORA-04043並解決(dba_* does not exist)
- rman-03004 ora-03113 錯誤解決方法
- shared_pool——解決ORA-4031錯誤
- error while loading shared libraries 錯誤解決辦法總結ErrorWhile
- IE指令碼錯誤怎麼辦 網頁尾本錯誤解決妙招指令碼網頁
- asmcmd does not exist in directoryASM
- Allowed memory size of 134217728 bytes 錯誤解決心得
- expdp ORA-31626: job does not exist 解決方案
- mysql錯誤解決總結MySql
- ORA-03113 +0RA-07445 錯誤的痛苦解決過程