oracle11g创建2个oracle实例,只能访问其中一个,求解!
这个异常遇到过么?我是一台服务器创建了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
网上查了很多 都是配置连接数,但是 实际上,连接数并没有超过最大连接数。求解,其他解决方案。