This is a discussion on application dropping connection within the Oracle Database forums, part of the Database Server Software category; --> My "favorite" developer brought to me a complaint that "Oracle keeps dropping my connections. Is there a parm you ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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? |
| |||
| "Ed Stevens" <nospam@noway.nohow> wrote in message news:hg6krv8blh4v2nnpf6poep3st4jcrflr2q@4ax.com... > 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? Don't know why, but looks like he has a bug in his program and he is resetting the connection. Can he debug it? I don't think it is an Oracle problem. Jim |
| |||
| In article <hg6krv8blh4v2nnpf6poep3st4jcrflr2q@4ax.com>, nospam@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. -- Tom |
| ||||
| On Tue, 18 Nov 2003, nospam@noway.nohow wrote: > 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? Is he trying to retrieve lobs or varrays? -- Galen Boyer |
| Thread Tools | |
| Display Modes | |
|
|