dbua後資料庫無法啟動錯誤的解決
今天測試了下dbua的使用(由9.2.0.7升為10.2.0.4),但是在升級完成後,出現了下面的問題
$ ps -ef|grep test
oracle 2947 1 0 10:28:09 ? 0:00 ora_psp0_test
oracle 2973 1 0 10:28:17 ? 0:00 ora_qmnc_test
oracle 2965 1 0 10:28:10 ? 0:00 ora_mmnl_test
oracle 2969 1 0 10:28:10 ? 0:00 ora_s000_test
oracle 2949 1 0 10:28:09 ? 0:00 ora_mman_test
oracle 2961 1 0 10:28:10 ? 0:01 ora_cjq0_test
oracle 2980 1 0 10:28:19 ? 1:30 ora_j000_test
oracle 2951 1 0 10:28:09 ? 0:04 ora_dbw0_test
oracle 2955 1 0 10:28:09 ? 0:00 ora_ckpt_test
oracle 2945 1 0 10:28:09 ? 0:00 ora_pmon_test
oracle 2959 1 0 10:28:10 ? 0:00 ora_reco_test
oracle 2963 1 0 10:28:10 ? 0:02 ora_mmon_test
oracle 2957 1 0 10:28:10 ? 0:48 ora_smon_test
oracle 2967 1 0 10:28:10 ? 0:00 ora_d000_test
oracle 3030 1 0 10:29:07 ? 0:00 ora_q001_test
oracle 3020 1 0 10:28:27 ? 0:00 ora_q000_test
oracle 2953 1 0 10:28:09 ? 0:03 ora_lgwr_test
oracle 5724 2625 0 14:16:25 pts/4 0:00 grep test
$ echo $ORACLE_SID
test
$ sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.4.0 - Production on Thu Aug 21 14:22:40 2008
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 320308936 bytes
Fixed Size 730824 bytes
Variable Size 285212672 bytes
Database Buffers 33554432 bytes
Redo Buffers 811008 bytes
ORA-00205: error in identifying controlfile, check alert log for more info
例項的程式都在,ORACL_SID設定的也沒有問題,但是連資料庫的時候提示資料庫沒有啟動,啟動的時候卻報ORA-00205錯誤,很奇怪
最後發現是因為.profile中的環境變數設定的有問題:ORACLE_HOME設定的是原來9i的安裝路徑,改為10g的安裝路徑後問題解決
將ORACLE_HOME=$ORACLE_BASE/product/9.0.1; export ORACLE_HOME
改成ORACLE_HOME=$ORACLE_BASE/product/10.2.0; export ORACLE_HOME
$ ps -ef|grep test
oracle 2947 1 0 10:28:09 ? 0:00 ora_psp0_test
oracle 2973 1 0 10:28:17 ? 0:00 ora_qmnc_test
oracle 2965 1 0 10:28:10 ? 0:00 ora_mmnl_test
oracle 2969 1 0 10:28:10 ? 0:00 ora_s000_test
oracle 2949 1 0 10:28:09 ? 0:00 ora_mman_test
oracle 2961 1 0 10:28:10 ? 0:01 ora_cjq0_test
oracle 2980 1 0 10:28:19 ? 1:30 ora_j000_test
oracle 2951 1 0 10:28:09 ? 0:04 ora_dbw0_test
oracle 2955 1 0 10:28:09 ? 0:00 ora_ckpt_test
oracle 2945 1 0 10:28:09 ? 0:00 ora_pmon_test
oracle 2959 1 0 10:28:10 ? 0:00 ora_reco_test
oracle 2963 1 0 10:28:10 ? 0:02 ora_mmon_test
oracle 2957 1 0 10:28:10 ? 0:48 ora_smon_test
oracle 2967 1 0 10:28:10 ? 0:00 ora_d000_test
oracle 3030 1 0 10:29:07 ? 0:00 ora_q001_test
oracle 3020 1 0 10:28:27 ? 0:00 ora_q000_test
oracle 2953 1 0 10:28:09 ? 0:03 ora_lgwr_test
oracle 5724 2625 0 14:16:25 pts/4 0:00 grep test
$ echo $ORACLE_SID
test
$ sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.4.0 - Production on Thu Aug 21 14:22:40 2008
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 320308936 bytes
Fixed Size 730824 bytes
Variable Size 285212672 bytes
Database Buffers 33554432 bytes
Redo Buffers 811008 bytes
ORA-00205: error in identifying controlfile, check alert log for more info
例項的程式都在,ORACL_SID設定的也沒有問題,但是連資料庫的時候提示資料庫沒有啟動,啟動的時候卻報ORA-00205錯誤,很奇怪
最後發現是因為.profile中的環境變數設定的有問題:ORACLE_HOME設定的是原來9i的安裝路徑,改為10g的安裝路徑後問題解決
將ORACLE_HOME=$ORACLE_BASE/product/9.0.1; export ORACLE_HOME
改成ORACLE_HOME=$ORACLE_BASE/product/10.2.0; export ORACLE_HOME
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/498744/viewspace-431667/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 恢復資料庫引數錯誤無法啟動資料庫
- 掉電無法啟動資料庫問題解決資料庫
- 資料庫shutdown之後無法啟動的問題資料庫
- SPFILE 錯誤導致資料庫無法啟動(ORA-01565)資料庫
- 錯誤初始化引數導致無法啟動的解決辦法
- tail +數字 無法開啟錯誤解決(ubutu)AI
- 又一例SPFILE設定錯誤導致資料庫無法啟動資料庫
- ClamAV無法更新錯誤解決
- 10g升級至11g後資料庫無法啟動的問題解決資料庫
- oracle 92 oem 錯誤的更改oracle sga後,導致instance無法啟動的問題解決Oracle
- MMMNL absent錯誤 ,資料庫無法連線資料庫
- centos7 無法啟動網路(service network restart)錯誤解決辦法CentOSREST
- ics無法啟動的解決
- 【故障恢復】因spfile修改錯誤導致資料庫無法啟動的恢復方法資料庫
- qt使用mysql,開啟資料庫,丟擲無法連線錯誤。QTMySql資料庫
- OEM:Enterprise Manager 無法連線到資料庫例項 錯誤解決資料庫
- 資料庫升級後匯出報EXP-00056錯誤解決辦法資料庫
- Kali Linux更新後無法啟動解決了Linux
- 解決安裝LR後提示內部出現錯誤,無法建立資料夾的問題
- MYSQL資料庫服務無法啟動MySql資料庫
- 啟動資料庫的其中一個錯誤資料庫
- 執行無法解決的編譯錯誤編譯
- Oracle 12.2應用PSU後資料庫無法啟動Oracle資料庫
- 360打補丁後系統無法啟動的解決辦法
- 嘗試無引數啟動資料庫時報錯ORA-304錯誤資料庫
- 伺服器增加記憶體後無法重啟資料庫的問題及解決伺服器記憶體資料庫
- WinXP啟動無法顯示桌面,無法啟動IE,無法關機的解決方案
- discuz資料庫搬家,改密碼後無法訪問解決辦法資料庫密碼
- 11gR2私有ip修改錯誤導致crs無法啟動解決方法
- activemq無法啟動且後臺管理介面進不去的解決辦法MQ
- undo壞塊引起資料庫無法啟動資料庫
- Winform無法載入基類的錯誤解決ORM
- win10系統無法啟動提示0x0000605錯誤的解決方法Win10
- 解決vscode安裝後無法啟動的問題VSCode
- tomcat無法啟動的解決方法Tomcat
- 時區錯誤導致oracle的EM不能啟動解決辦法Oracle
- Oracle 資料庫連線錯誤解決方法Oracle資料庫
- 一則資料庫無法啟動的奇怪案例分析資料庫