Oracle資料庫關閉時,出現ORA-03113錯誤
SQL> shutdown immediate
ORA-03113: end-of-file on communication channel
Process ID: 3437
Session ID: 125 Serial number: 5
SQL> startup
ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn't exist
SQL>
SQL>
SQL> startup nomount
ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn't exist
SQL>
SQL>
SQL> startup mount
ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn't exist
SQL>
SQL> alter datafile '/bk/ts5.2.dbf' offline
2 ;
ERROR:
ORA-03114: not connected to ORACLE
檢視日誌檔案:
/u01/app/diag/rdbms/orcl/orcl/trace/alert_orcl.log
16416 Errors in file /u01/app/diag/rdbms/orcl/orcl/trace/orcl_dbw0_4055.trc:
16417 ORA-01157: cannot identify/lock data file 6 - see DBWR trace file
16418 ORA-01110: data file 6: '/bk/ts5.2.dbf'
16419 ORA-27037: unable to obtain file status
16420 Linux Error: 2: No such file or directory
16421 Additional information: 3
16422 Errors in file /u01/app/diag/rdbms/orcl/orcl/trace/orcl_ora_4097.trc:
16423 ORA-01157: cannot identify/lock data file 6 - see DBWR trace file
16424 ORA-01110: data file 6: '/bk/ts5.2.dbf'
16425 ORA-1157 signalled during: ALTER DATABASE OPEN...
16426 Mon Oct 21 20:53:43 2013
16427 Checker run found 1 new persistent data failures
16428 Mon Oct 21 20:54:53 2013
發現是因為剛剛建立的表空間檔案丟失,導致的。
開始修復表空間檔案。
解決方法:
SQL> shutdown abort
ORACLE instance shut down.
SQL>
SQL>
SQL>
SQL> startup
ORACLE instance started.
Total System Global Area 422670336 bytes
Fixed Size 1336960 bytes
Variable Size 314575232 bytes
Database Buffers 100663296 bytes
Redo Buffers 6094848 bytes
Database mounted.
ORA-01157: cannot identify/lock data file 6 - see DBWR trace file
ORA-01110: data file 6: '/bk/ts5.2.dbf'
SQL> alter database datafile '/bk/ts5.2.dbf' offline drop;
Database altered.
SQL>
SQL>
SQL> startup
ORA-01081: cannot start already-running ORACLE - shut it down first
SQL> shutdown
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 422670336 bytes
Fixed Size 1336960 bytes
Variable Size 314575232 bytes
Database Buffers 100663296 bytes
Redo Buffers 6094848 bytes
Database mounted.
Database opened.
SQL>
由於是表空間檔案丟失,最後檢視一下表空間:
SQL>
SQL> select tablespace_name, file_name from dba_data_files;
TABLESPACE_NAME FILE_NAME
-------------------- ----------------------------------------
EXAMPLE /u01/app/oradata/orcl/example01.dbf
UNDOTBS1 /u01/app/oradata/orcl/undotbs01.dbf
SYSAUX /u01/app/oradata/orcl/sysaux01.dbf
SYSTEM /u01/app/oradata/orcl/system01.dbf
USERS /u01/app/oradata/orcl/users01.dbf
TS5 /bk/ts5.2.dbf
TS5 /bk/ts5.dbf
7 rows selected.
SQL> select file#, name, status from v$datafile;
FILE# NAME STATUS
---------- ---------------------------------------- -------
1 /u01/app/oradata/orcl/system01.dbf SYSTEM
2 /u01/app/oradata/orcl/sysaux01.dbf ONLINE
3 /u01/app/oradata/orcl/undotbs01.dbf ONLINE
4 /u01/app/oradata/orcl/users01.dbf ONLINE
5 /u01/app/oradata/orcl/example01.dbf ONLINE
6 /bk/ts5.2.dbf RECOVER
7 /bk/ts5.dbf ONLINE
7 rows selected.
SQL>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29500582/viewspace-1097229/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【mysql】關於連線mysql資料庫時出現的時區錯誤time zoneMySql資料庫
- Oracle資料庫多條sql執行語句出現錯誤時的控制方式Oracle資料庫SQL
- ORA-03113錯誤分析(轉)
- ORA-01653錯誤是Oracle資料庫中常見的錯誤Oracle資料庫
- Oracle資料庫——資料匯出時出現匯出成功終止, 但出現警告。Oracle資料庫
- SQL Server資料庫出現邏輯錯誤的資料恢復SQLServer資料庫資料恢復
- Oracle 12.2 Heavy swapping 資料庫自動關閉OracleAPP資料庫
- 訪問資料庫出現Object reference not set to an instance of an object錯誤資料庫Object
- 關於對連線資料庫時出現1130-host “**” is not allowed to connect to this MySql/mariadb server 的錯誤解決方法資料庫MySqlServer
- Oracle恢復一例--ORA-03113、ORA-24324,ORA-01041錯誤Oracle
- 【資料庫資料恢復】Oracle資料庫檔案出現壞塊報錯的資料恢復案例資料庫資料恢復Oracle
- Oracle資料庫歸檔模式的開啟和關閉Oracle資料庫模式
- 如何關閉PHP錯誤提示PHP
- ZBlog關閉驗證碼功能(出現驗證碼出錯請關閉)
- 3.3.1 關於關閉資料庫資料庫
- 【ASK_ORACLE】你知道怎麼又快同時又幹淨地關閉Oracle資料庫嗎?Oracle資料庫
- oracle資料庫的啟動關閉與各種服務Oracle資料庫
- 關於Oracle資料庫的時間查詢Oracle資料庫
- windows oracle11g資料庫使用sqlplus登入的時候出現ora-01017報錯WindowsOracle資料庫SQL
- 考OCP在做vue和oracle賬號關聯的時候容易出現的錯誤:third invalid attemptVueOracle
- ORACLE DSG資料同步軟體程式導致資料庫無法正常關閉Oracle資料庫
- Oracle SQL Developer 連線資料庫總是顯示io錯誤OracleSQLDeveloper資料庫
- 網站資料庫連線時錯誤怎麼辦?網站資料庫
- oracle 備份資料庫,匯出資料庫Oracle資料庫
- mongodb關閉資料庫例項MongoDB資料庫
- 網站出現資料庫連線錯誤怎麼辦?網站資料庫
- oracle關於ORA-12988錯誤Oracle
- 亞馬遜宣佈永久關閉 Oracle 資料庫:已完成遷移亞馬遜Oracle資料庫
- Dedecms錯誤警告:連線資料庫失敗,出錯怎麼解決?資料庫
- Oracle啟動報錯:ORA-03113: end-of-file on communication channelOracle
- 如何處理WordPress網站提示“建立資料庫連線時出錯”或“Error establishing a database connection”錯誤網站資料庫ErrorDatabase
- 連線oracle資料庫時,報錯:{dataSource-1} init errorOracle資料庫Error
- win10關閉鍵盤錯誤時的提示音方法Win10
- Error infos:DedeCms錯誤警告:連線資料庫失敗,可能資料庫密碼不對或資料庫伺服器出錯!Error資料庫密碼伺服器
- Error infos: DedeCms錯誤警告:連線資料庫失敗,可能資料庫密碼不對或資料庫伺服器出錯!Error資料庫密碼伺服器
- Win10系統總是重複出現錯誤報告怎麼解決_win10老出現錯誤報告的關閉步驟Win10
- SQL Server DACPAC資料庫部署錯誤SQLServer資料庫
- 3.3.3 使用immiedit模式關閉資料庫模式資料庫
- ORACLE登入出現“ORA-12560:TNS:協議介面卡錯誤”錯誤修復Oracle協議