java - Weblogic Leaked Connection timeout -


if database query call made using connection obtained weblogic datasource, never returns within connection inactive timeout, cause connection leak. example, connection inactive timeout 500 seconds , db call takes 600 seconds return

will cause connection leak ?

when query takes more time defined in connection transaction properties, sqlexception occur (transactiontimeout) , execution aborted. if have many such concurrent queries, may result in bad weblogic state , need restart application server (maybe datasource restart sufficient).


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -