Oracle Session Persists
Please find our application background as below:
Front End : Java Application
Web Server : TOMCAT (Connection pooling mechanism : UCP)
DB : Oracle 11g R1 (Ver 11.1.0.7) in AIX platform
The problem we are facing with UCP (Universal Connection Pooling) mechanism. Our application team sets some paramters to establish the DB connection pool with the database.
But end of the day the sessions are not released from the TOMCAT ( or UCP).
I would like to know is there any mechanism to remove the stale connections from the database side?
Note : Already I have set the Idle_time=1 in my profiles. So I am considering the session which are Idle for 5 minutes will removed by DB.