Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> jdbcthin TIME_WAIT connections

jdbcthin TIME_WAIT connections

From: Gregg Wachter <gwachte_at_uswest.com>
Date: Wed, 17 Feb 1999 15:09:38 -0700
Message-ID: <36CB3E22.AACC0505@uswest.com>


Has anyone else noticed a large number of TIME_WAIT connection when using jdbcthin and Oracle 7 on Solaris. Our server-side application make connections to the database to support user requests at a pretty regular frequency, but when running 'netstat -a|grep TIME_WAIT' we are seeing 300-800 connections waiting to be cleaned up by the OS.

What is causing this? And is it normal?

Our code is very careful to commit all work after each transaction and close the connection!

Thanks for your help


Received on Wed Feb 17 1999 - 16:09:38 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US