Oracle JDBC (MOSC)

MOSC Banner

connection pooling issues

Put in the fix as suggested by Oracle:

https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=206380482533518&parent=EXTERNAL_SEARCH&sourceId=PROBLEM&id=2877915.1&_afrWindowMode=0&_adf.ctrl-state=9ugawejj4_4#FIX

added the following parameters to DB resource:

jtaManaged = false
validationQuery = Select 1 From Dual
testWhileIdle= true
timeBetweenEvictionRunsMillis= 60000

However, now getting Db locked sql exception. appreciate any help in resolving the initial SQLRecoverableException.

Thanks

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center