Oracle JDBC DriverManager.getConnection() hangs

后端 未结 3 1554
误落风尘
误落风尘 2021-01-23 14:39

We have several servers that each run an Oracle database 11g Release 11.2.0.1.0 - 64bit. We are connecting via JDBC like this:

public Connection createConnection         


        
3条回答
  •  情书的邮戳
    2021-01-23 15:30

    You might want to enable JDBC debug logging for the ojdbc driver: http://docs.oracle.com/cd/B28359_01/java.111/b31224/diagnose.htm That might give you some information about what the driver is doing.

    Have you tried telnet-ing to the database server from the client machine (to assert it's reachable)?

提交回复
热议问题