just in case, here's a link to Oracle's developer jdbc section

http://www.oracle.com/technology/sample_code/tech/java/sqlj_jdbc/files/jdbc30/index.html

just make sure the apps are calling java.sql.Connection.close() when
they are done. the PooledConnection underneath will pass the
connection back to the pool automatically.

an easy way is to use Netstat to see how many connections are open. If
you see the connection increase rapidly, you know it's not being
closed.

peter


On Tue, 28 Sep 2004 15:03:53 -0400, Shilpa Nalgonda
<[EMAIL PROTECTED]> wrote:
> how can i check that and how to resolve it...
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to