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

后端 未结 4 680
佛祖请我去吃肉
佛祖请我去吃肉 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:44

    If it is on a Linux box, I would suggest you add the database IP name and IP resolution to the /etc/hosts.

    I have the same error and when we do the above, it works fine.

提交回复
热议问题