Oracle getConnection slow

前端 未结 3 1316
北恋
北恋 2020-12-16 22:45

In a Java project, I am using an ojdbc6 jar

    
        com.oracle
        ojdbc6         


        
3条回答
  •  醉话见心
    2020-12-16 22:59

    Was due to java using /dev/random instead of /dev/urandom to make a ssh connection with the database.... switching to /dev/urandom fixed this

提交回复
热议问题