這個例外遇到過么?我是一臺服務器創建了2個oracle實體,本地都能訪問正常,另外一臺機器,只能訪問其中的一個,另一個就報這個問題。
Error connecting to database: (using class oracle.jdbc.driver.OracleDriver)
Listener refused the connection with the following error:
ORA-12519,
TNS:no appropriate service handler found
The Connection descriptor used by the client was:
ip地址:1521:實體名b
網上查了很多 都是配置連接數,但是 實際上,連接數并沒有超過最大連接數。求解,其他解決方案。
uj5u.com熱心網友回復:
有沒監聽???uj5u.com熱心網友回復:
監聽服務的組態檔,發上來;uj5u.com熱心網友回復:
監聽檔案沒有配置監聽哪個服務吧。lsnrctl status
或者
在不能訪問的服務中
sqlplus /nolog
conn / as sysdba
alter system register;
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/112081.html
標籤:開發
