Hi,
I have the following problem: I am implementing a server in Java and
I use jdbc to connect to an Oracle 9.0.2 db. All seem to work fine,
but when I intensionally cause a network failure (i.e. I remove the
network cable) I get the following exception:
java.sql.SQLExc eption: Io exception: Connection reset by peer: socket
write error
I plug the cable again and I want to reset the java.sql.Connec tion but
this seems to not work. Any suggestions?
I have the following problem: I am implementing a server in Java and
I use jdbc to connect to an Oracle 9.0.2 db. All seem to work fine,
but when I intensionally cause a network failure (i.e. I remove the
network cable) I get the following exception:
java.sql.SQLExc eption: Io exception: Connection reset by peer: socket
write error
I plug the cable again and I want to reset the java.sql.Connec tion but
this seems to not work. Any suggestions?
Comment