We are wanting to connect to an Oracle DB from our Oracle DB. We were not able to create a DB Link, so we are using a Java Stored Procedure loaded into our DB and connecting using the loaded JDBC. The weird thing is, I'm able to connect and retrieve information about half the time. The other half, it times out and I get the following stacktrace:
Any help with this issue would be appreciated.