What does the "IO Error: Socket read timed out" means (SQL developer) What does the "IO Error: Socket read timed out" means (SQL developer) sql sql

What does the "IO Error: Socket read timed out" means (SQL developer)


Typical causes for that error:

  1. Your database listener is not running
  2. It is running, but maybe there is a firewall intervening
  3. It is running, no firewall issue, but you have provided incorrect connection details.

Source: https://community.oracle.com/thread/3519434


Make sure your installation is on a LOCAL drive!

If your SQL Developer is launched from a network location (specifically, a different location than your database network location), that could be the issue.

I was having the same problem and I moved my installation to my local drive and it connected right away :)


Above answers are exact causes but to resolve this:

Go to server machine and login as root then run:

( # xhost + )

Then come to oracle user and run:

( $ lsnrctl reload LISTENER_NAME )