I have the following situation:
I have a database Oracle 11g
, a user login to it, the profile
it belongs to has the number of sessions
in UNLIMITED
On the application server I have a JBoss 7 AS
with a connection pool of% co_of% maximum connections.
The issue is that the x
connections in x
are used in their entirety and have errors that can not manage more connections, then increase the number of connections in the pool but increasing them JBoss
begins to reject the connections
What can I do, where should I make the adjustments ??