ORACLE在HP-UX下的系列問題處理(8)
2024-08-29 13:39:49
供稿:網友
IT/O: ora-12203 TNS 無法與目標 opc50-15連接
問題描述
我正在從Oracle 7.2.3 升級為 Oracle 8.0.5,當我試圖啟動'ovoacomm'時出現下面的錯誤:
ora-12203 TNS Unable to connect to destination opc50-15
could not connect to ov_net opc50-2
connect to database failed opc40-410
為什么會出現這些錯誤?
配置信息
操作系統 - HP-UX
版本 - 10.20
硬件系統 - HP9000
系列 - D370
應用程序 - Oracle 8.05
子系統 - OpenView IT/Operations (IT/O) 5.0
解決方法
出現這些錯誤是因為 '收聽程序'沒有運行。
執行下面的步驟,以啟動'收聽程序':
1. su - oracle
2. cd $ORACLE_HOME/bin
3. ./lsnrctl -start
4. 運行 'opcdbpwd',確認IT/O 和 Oracle為'opc_op'用戶設置了相同的口令。
5. ovstart ovoacomm
.........following with all English text ....
IT/O: ora-12203 TNS Unable to connect to destination opc50-15
PRoblem Description
I am upgrading from Oracle 7.2.3 to Oracle 8.0.5. I get the following
errors when I attempt to start 'ovoacomm':
ora-12203 TNS Unable to connect to destination opc50-15
could not connect to ov_net opc50-2
connect to database failed opc40-410
Why am I getting these errors?
Configuration Info
Operating System - HP-UX
Version - 10.20
Hardware System - HP9000
Series - D370
application - Oracle 8.05
Subsystem - OpenView IT/Operations (IT/O) 5.0
Solution
You are getting these errors because the 'listener' is not running.
Perform the following steps to start the 'listener':
1. su - oracle
2. cd $ORACLE_HOME/bin
3. ./lsnrctl -start
4. Run 'opcdbpwd' to verify that IT/O and Oracle set the same passWord for the 'opc_op' user.
5. ovstart ovoacomm