oracle--Windows不能在本機電腦啟動OracleDBConsoleorcl .錯誤碼1,oracledbconsoleorcl
安裝完資料庫後可以啟動,重啟電腦後,手動啟動就會報錯。
現象:
Windows 不能在 本機電腦 啟動 OracleDBConsoleorcl。有關更多資訊,查閱系統事件日誌。如果這是非 Microsoft 服務,請與服務廠商聯絡,並參考特定服務錯誤碼 2。
系統事件日誌 報錯誤"Agent process exited abnormally during initialization."
出現情況:原來正常,電腦名稱更改或IP地址變了後就不能啟動,
解決方案一: 解決步驟如下:
1、開始-》運行cmd
2、執行 emctl start dbconsole
C:\Documents and Settings\xcl>emctl start dbconsole
Environment variable ORACLE_SID not defined. Please define it.
提示:環境變數 ORACLE_SID 未定義,請定義。
3、設定 ORACLE_SID =ORCL (orcl是我的執行個體名,也是服務名)
C:\Documents and Settings\xcl>set oracle_sid=orcl
4、再次執行emctl start dbconsole
C:\Documents and Settings\xcl>emctl start dbconsole
OC4J Configuration issue. E:\oracle\product\10.2.0\db_1/oc4j/j2ee/OC4J_DBConsole_china-d9e3f7d07_orcl not found.
提示:無法找到“E:\oracle\product\10.2.0\db_1/oc4j/j2ee/OC4J_DBConsole_china-d9e3f7d07_orcl “
註:china-d9e3f7d07 是我的電腦名稱
複製該目錄下的“OC4J_DBConsole_localhost_orcl”檔案夾放在同一目錄下,且把名稱改成“OC4J_DBConsole_china-d9e3f7d07_orcl”。
5、再次執行emctl start dbconsole
C:\Documents and Settings\xcl>emctl start dbconsole
EM Configuration issue. E:\oracle\product\10.2.0\db_1/china-d9e3f7d07_orcl not found.
提示:無法找到 “E:\oracle\product\10.2.0\db_1/china-d9e3f7d07_orcl ”
複製該目錄下的“localhost_orcl”檔案夾放在同一目錄下,且把名稱改成“china-d9e3f7d07_orcl”。
6、再次執行emctl start dbconsole
C:\Documents and Settings\xcl>emctl start dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
http://localhost:1158/em/
Starting Oracle Enterprise Manager 10g Database Control ...OracleDBConsoleorcl
服務正在啟動
..............................
OracleDBConsoleorcl 服務已經啟動成功
這種方法可以成功。
解決方案二先禁用網卡,啟動dbconsole服務,再進入http://localhost:1158/em,如果想上網,再啟動網卡,OK!
缺點:每一次都要禁用網卡才可以啟動,麻煩!
解決方案三設定回還網卡,在控制台中,點擊 新增硬體 選擇 microsoft lookback adapter ,進入網路位置,網路連接,設定任意IP,開始,oracle,配置和移植工具,netconfiguration assistant 把回還網卡的IP添加 儲存。
著作權聲明:本文為博主原創文章,未經博主允許不得轉載。