Replies: 2 comments 3 replies
-
Can you share the relevant parts of the tnsnames.ora file? I believe this has been noted before but the last time I tried to figure out the issue I was not able to reproduce. I am assuming that if you enable thick mode (by adding a call to |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried that - we use OID for connections and do not have a tnsnames file. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have code using cx_oracle with the following connection string:
When I convert over to the new python-oracledb this connection using a serivce alias name no longer works. I have to code the name listed in the listener file on the server :
Is there a way I can just code the service alias name like I did in cx_oracle?
Beta Was this translation helpful? Give feedback.
All reactions