Hi
I have an ADF application (11.1.2.1) in production with Weblogic 10.3.5
I have detected that the database connection pool doesn't stop to increase. At this moment there are 8 active sessions, 8 instances of AM and 58 unavailable connections in the datasource pool (the size of the pool also is 58 and available connections 0).
Yesterday the server was restarted, there were 28 active sessions and the connections in the pool began to increase to 50 more or less.
The property "Test connection on reserve" was activated because the users get JDBC errors when create new connection. In the AM I have deactivated the property "Disconnect Application Module Upon Release".
Any idea about what happens with the DB connection pool? Do I have some settings wrong?
Thanks!