Intermittently jdbc connection was failing with "oracle.odi.jdbc.datasource.ConnectionTimeoutException".
So we added oracle.net.CONNECT_TIMEOUT property. But now it's giving "IO Error: Socket read timed out" error intermittently.
Database is Oracle 12c and jdbc driver is ojdbc6 11g R2.
We running this program on weblogic so is there a way of finding out what's the read timeout currently set?
Or would appreciate if you can recommend a way of tracing.
Appreciate your advice.