question on Inactive connection? [message #116292] |
Tue, 19 April 2005 04:55 |
lff0305
Messages: 1 Registered: April 2005
|
Junior Member |
|
|
We are developing a web application based on Oacle 9i and Tomcat(Struts & Hibernate ).But after the DBServe was startedup for about 5~6 hours, the max connection process exceeded. From the DB Administration Tool it shows that there were many INACTIVE Connections which executed
SELECT VALUE FROM NLS_INSTANCE_PARAMETERS WHERE PARAMETER ='NLS_DATE_FORMAT'
But it seems that this is called by the JDBC driver, not our code. How to avoid this, or release the inactive connection?
Thanks.
|
|
|
|
|