Skip to Main Content

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question.

Asked: September 06, 2016 - 1:10 pm UTC

Last updated: September 13, 2016 - 2:20 am UTC

Version: 11.2.0.1

Viewed 1000+ times

You Asked

Hi Tom,


I have deployed Oracle RDBMS software & created new database in Azure cloud.And also created Application users in this database.

If I connect application user using SQL Developer

I am getting error.

IO Error: Connection reset by peer: socket write error

Thanks & Regards
Krishna.

and Connor said...

It's most likely a network, firewall or SSH issue.

Take a look here at a nice writeup of getting started

https://oracle-base.com/articles/vm/installation-of-an-oracle-database-on-azure

Rating

  (2 ratings)

Is this answer out of date? If it is, please let us know via a Comment

Comments

A reader, September 12, 2016 - 10:24 am UTC

Hi Tom,

I gone through above URL configured tns with SERVER=dedicated option.

Still I am getting same error


IO Error: Connection reset by peer: socket write error

And also I stopped firewall.

Thanks & Regards
Krishna.

Chris Saxon
September 12, 2016 - 12:22 pm UTC

Can you connect through SQL*Plus? If not, can you ping the remote server?

Chris

A reader, September 12, 2016 - 12:49 pm UTC

I am able to connect to this a database user and tnsping also succeeding.and I can work upto some time.

If am leaving a session idle getting below error.

IO Error: Connection reset by peer: socket write error


Connor McDonald
September 13, 2016 - 2:20 am UTC

That would suggest something in the network layer (could even be the network driver on your PC) having some sort of idle timeout setting, which is interrupting the connection.

But by default, nothing in the Oracle layer is going to do that.