Re: JDBC Connection pool tuning
Posted by ErmanArslansOracleBlog on Jul 21, 2017; 7:21am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/JDBC-Connection-pool-tuning-tp2982p3012.html
Did you increse the connection pool max connections as I said you before?
Did you check the db tier and ensure it is not reaching the processes/sessions limit?
-you can use v$resource_limit to check the db tier. (you can see the max utilization there)
-you can use show parameter processes and session to check the processes and sessions max values
-you can use weblogic console to increasea the max connection of the related connection pool