Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Connection Reset by Peer Error

158670Oct 2 2002
I was working on an application at work and migrated the code and database to my machine at home so I can work on it there as well.
It works fine on my work machine but when I run it at home it consistantly fails on the database connection statement with a "Connection Reset by Peer". I can connect to the database fine using the oracle tools so I know the database is up. I thought it was my firewall but I turned that off and the problem remains. I'm using the latest JDeveloper and an oracle 9i database and tried various JDBC drivers (classes12.zip..which is what I'm using at work, classes12.jar, and the newest drivers from the Javasoft site.) I also set it up using the forte IDE (thinking it may be a JDeveloper setting) but that didn't do it either.

Any clues why this might be happening? I've been searching the internet for some insight but to no avail.

Thanks
Wendy
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 30 2002
Added on Oct 2 2002
0 comments
396 views