oracle / python-oracledb

Python driver for Oracle Database conforming to the Python DB API 2.0 specification. This is the renamed, new major release of cx_Oracle
https://oracle.github.io/python-oracledb
Other
339 stars 67 forks source link

DPY-6005: cannot connect to database. Connection failed with "[Errno -3] Temporary failure in name resolution" #75

Closed tganesan-sapiens closed 2 years ago

tganesan-sapiens commented 2 years ago

When I am trying to connect Oracledb from pythonanywhere web app facing this error, when I try to connect in local pycharm it is working fine. Could you please let me know how to resolve this error

cjbj commented 2 years ago

Sounds like a net error from the lower layers of python. Check standard things like net access, spelling mistakes in your connection string, whether Thick mode connects, whether SQL*Plus connects etc.

cjbj commented 2 years ago

Closing - no activity.