Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: JDBC errors - any ideas of cause?
The "connection reset by peer" message tells me you have a problem w/
basic network functionality.
Forget JDBC and Oracle for a moment.
From your JDBC client machine, can you ping the Oracle server? Can you telnet/ftp/ssh/rsh to the Oracle server?
-Mark
--
Mark J. Bobak
Senior Oracle Architect
ProQuest Information & Learning
"Exception: Some dividends may be reported as qualified dividends but are not qualified dividends. These include:
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of J. Dex
Sent: Wednesday, March 01, 2006 11:21 AM
To: oracle-l_at_freelists.org
Subject: JDBC errors - any ideas of cause?
An application trying to log into the database is getting the errors
below.
Any ideas on what could be causing this? There isn't a specific ORA-
error number for me to look up?
ERROR Io exception: Connection reset by peer: socket write error java.sql.SQLException: Io exception: Connection reset by peer: socket write error
at
oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at
oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Mar 01 2006 - 10:33:35 CST
![]() |
![]() |