Login  Register

Re: JDBC Connection pool tuning

Posted by ErmanArslansOracleBlog on Jul 18, 2017; 1:29pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/JDBC-Connection-pool-tuning-tp2982p2997.html

okay, your connection pool is good.
But if you reach 500 connection, it will stop you.
Maybe , that guy was talking about this? :)

For db side, you can check using sqlplus;

sqlplus "/as sysdba"
show parameter processes
show parameter sessions

also, for Os side (I assume it is Linux) , you can use ulimit -a to check