linux 中oracle 的ORA-03113,ORA-24324,ORA-01041錯誤,可能需要改ip
linux 中oracle 的ORA-03113,ORA-24324,ORA-01041錯誤,可能需要改ip
如圖:
[oracle@localhost ~]$ sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Mar 17 10:58:43 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORA-03113: end-of-file on communication channel
SQL> startup nomount
ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn't exist
用root使用者改/etc/hosts檔案中的ip地址即可。
[oracle@localhost ~]$ vi /etc/hosts
[oracle@localhost ~]$ su - root
口令:
[root@localhost ~]# vi /etc/hosts
[root@localhost ~]# service network restart
正在關閉介面 eth0: [確定]
關閉環回介面: [確定]
彈出環回介面: [確定]
彈出介面 eth0: [確定]
再重啟:
[oracle@localhost ~]$ sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Mar 17 11:02:19 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 268435456 bytes
Fixed Size 1218868 bytes
Variable Size 88082124 bytes
Database Buffers 171966464 bytes
Redo Buffers 7168000 bytes
Database mounted.
Database opened.
如圖:
[oracle@localhost ~]$ sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Mar 17 10:58:43 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORA-03113: end-of-file on communication channel
SQL> startup nomount
ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn't exist
用root使用者改/etc/hosts檔案中的ip地址即可。
[oracle@localhost ~]$ vi /etc/hosts
[oracle@localhost ~]$ su - root
口令:
[root@localhost ~]# vi /etc/hosts
[root@localhost ~]# service network restart
正在關閉介面 eth0: [確定]
關閉環回介面: [確定]
彈出環回介面: [確定]
彈出介面 eth0: [確定]
再重啟:
[oracle@localhost ~]$ sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Mar 17 11:02:19 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 268435456 bytes
Fixed Size 1218868 bytes
Variable Size 88082124 bytes
Database Buffers 171966464 bytes
Redo Buffers 7168000 bytes
Database mounted.
Database opened.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12778571/viewspace-207446/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle恢復一例--ORA-03113、ORA-24324,ORA-01041錯誤Oracle
- [Oracle] ORA-03113錯誤分析與解決Oracle
- ORA-03113錯誤分析
- Ora-03113 錯誤分析
- ORA-03113 和ora-01041 的警告日誌
- oracle 8.1.7.4建立dblink出現ora-03113錯誤Oracle
- ORA-03113錯誤分析(轉)
- 轉貼 :ORA-03113錯誤分析
- Oracle資料庫關閉時,出現ORA-03113錯誤Oracle資料庫
- ORA-03113錯誤分析與解決
- 一起由於Oracle 8.1.6 BUG而導致的ORA-03113錯誤Oracle
- ORACLE EBS中OAF遮蔽的錯誤Oracle
- ORA-03113錯誤解決一例
- 此錯誤需要修改MinGW中的 cstdlib檔案
- 5個需要避免的CSS錯誤CSS
- 各行業需要改IP工具作用使用範圍!行業
- 改變oracle資料庫的ip地址引起的“ORA-12541:TNS:無監聽程式”錯誤解決方法Oracle資料庫
- eclipse 並沒有 改變錯誤包名 和 改變錯誤類名 的快捷鍵!Eclipse
- oracle10g crs 改IPOracle
- ORACLE 錯誤Oracle
- ora-03113 通訊通道的檔案結束錯誤處理
- 華納雲:linux系統中如何查詢oracle錯誤日誌LinuxOracle
- 'ora-03113,通訊通道的檔案結尾'的錯誤處理
- rman-03004 ora-03113 錯誤解決方法
- 程式設計師可能常犯的 6 個錯誤程式設計師
- ORA-03113 +0RA-07445 錯誤的痛苦解決過程
- ORA-03113 +0RA-07445 錯誤的痛苦解決過程
- oracle的1788錯誤碼Oracle
- Oracle 11.2 RAC改IP步驟Oracle
- ORACLE 異常錯誤 錯誤號大全Oracle
- 轉載-找出Oracle alert檔案中的ORA錯誤Oracle
- Oracle 錯誤收集Oracle
- ORACLE錯誤大全Oracle
- aix ip 衝突錯誤日誌AI
- linux oracle 建立informix dblink 錯誤解決LinuxOracleORM
- SQL Story摘錄(六)————不可能的錯誤 (轉)SQL
- Oracle 11.2 RAC改 Private IP步驟Oracle
- Linux下安裝oracle,遇到錯誤的解決辦法LinuxOracle