JDBC Connection error [message #91277] |
Thu, 27 June 2002 23:15 |
Kostas Karkaletsis
Messages: 1 Registered: June 2002
|
Junior Member |
|
|
I have setup successfully Oracle 9i DB and I'm trying to connect through jdbc.
I take the error "Connection reset by peer, socket write error"
Any idea?
|
|
|
|
Re: JDBC Connection error [message #91429 is a reply to message #91277] |
Tue, 27 August 2002 07:25 |
Kabs
Messages: 1 Registered: August 2002
|
Junior Member |
|
|
hi,
This message means that the socket to the ORACLE server was closed. This can occur when
you restart or reboot the ORACLE server
the ORACLE server kills the process of your connection.
You can take a look into the ORACLE server log to receive more info about your problem. If you have a different problem like a "Read timed out" the connection synchronisation can be corrupt.
you have a network problem (e.g., firewall, router)
the ORACLE server has been busy for a long time and cannot respond to the socket.
cheero!!!
kabs
|
|
|