我将如何使用以下信息创建连接池。我想我在 URL 中弄错了。
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = myDB01.com)(PORT = 1821))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = myDB.com)
)
)
我尝试在 URL 中指定以下内容,但是没有用
jdbc:oracle:thin:@myDB01.com:1821:myDB.com
这是我在服务器启动日志中看到的异常
oracle.net.ns.NetException: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
注意:我能够从 Oracle 客户端成功连接到数据库。