The Network Adapter could not establish the connection when connecting with Oracle DB

后端 未结 4 686
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-02 18:57

When trying to connect with a remote Oracle database via JDBC I receive the following exception:

java.sql.SQLRecoverableException: IO-fout: The Network Adapt         


        
4条回答
  •  盖世英雄少女心
    2020-12-02 19:52

    Take a look at this post on Java Ranch:

    http://www.coderanch.com/t/300287/JDBC/java/Io-Exception-Network-Adapter-could

    "The solution for my "Io exception: The Network Adapter could not establish the connection" exception was to replace the IP of the database server to the DNS name."

提交回复
热议问题