spring - weblogic11g datasource not releasing the connections to the pool -
we have developed java application below specifications.
frameworks: spring,hibernate
database: oracle
server: weblogic 11g
problem here when use weblogic data source connections not releasing pool causing database server ram consumption after transactions. when use basic data source in application connections releasing after each transaction , there no ram consumption @ database server end. how can use container based data source?
this depend on parameters have selected while configuring data source weblogic. please check following 1) not enable "pinned thread" properties 2) enable "inactive connection time out" appropriate value. may possible application has leaked connection
Comments
Post a Comment