jdbc thin client [message #436502] |
Wed, 23 December 2009 19:42 |
florida
Messages: 82 Registered: April 2006
|
Member |
|
|
I am connecting to Oracle 9i using JDBC in my JSP/Servlets web pages. I am closing all my connections in Finally blocks. Everything works great during the day with JDBC and Oracle.
But after a Web crawler runs through our web server at 3 AM the next morning a v$session check shows several lines of JDBC Thin Client inactive status. Any way to find exactly what sql statement or program that could be causing the JDBC Thin Client to show up?
|
|
|
|
|