Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection in Oracle SQL Developer

Error Screenshortstrong text

Currently, I'm using ubuntu 20.04 and I've tried so much but still not able to solve it.

1 Answer

According to this answer on Stack Overflow, you may try the following:

  • Make sure your tnsnames.ora is complete and has the databases you wish to connect to
  • Make sure you can tnsping the server you wish to connect to
  • On the server, make sure it will be open on the port you desire with the specific application you are using.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like