Connect to oracle database

Answered

Hi everybody,
i'm on macOS and i have an issue to connect to my oracle DataBase. When i try to connect with sql developper it works without any problem but when i want to connect a JDBC with eclipse or intellij it doesn't want to works.
It says :
[08006][17002] Erreur d'E/S: The Network Adapter could not establish the connection

I tried in eclipse and in intellij, i tried to download oracle driver JDBC but nothing wants work.

0
1 comment

If the issue is not specific to IntelliJ IDEA (as it also happens in Eclipse), http://stackoverflow.com/ may be a better place to post this question.

Verify with telnet that you can connect to the specified database host/port.

0

Please sign in to leave a comment.