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

Home -> Community -> Usenet -> c.d.o.server -> Re: application dropping connection

Re: application dropping connection

From: tojo <Tojo_at_hotmail.com>
Date: Tue, 18 Nov 2003 15:58:59 +0100
Message-ID: <MPG.1a245221180103d99896c3@news.t-online.de>


In article <hg6krv8blh4v2nnpf6poep3st4jcrflr2q_at_4ax.com>, nospam_at_noway.nohow says...
> My "favorite" developer brought to me a complaint that "Oracle keeps
> dropping my connections. Is there a parm you can set to prevent it?"
> I asked for indications that it was Oracle that was dropping the
> connection, and this is what he provided . . .
>
> java.sql.SQLException: Io exception: Connection reset by peer:
> JVM_recv in socket input stream read
>
> Not being java literate, this means nothing to me. Anyone seen
> anything like this and know what it might really mean? Is there
> another ng that would be more appropriate for this question?
>

Could be that his connection object is falling out of scope. He could check this with the isOpen() method.

Received on Tue Nov 18 2003 - 08:58:59 CST

Original text of this message

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