Replies: 2 comments
-
You'll need to (i) use python-oracledb Thick mode (ii) configure sqlnet.ora and ldap.ora files. Check https://stackoverflow.com/questions/37933090/cx-oracle-ldap-connection-string-syntax/67604220#67604220 (which mentions cx_Oracle which was the older name for python-oracledb) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Documentation for working with LDAP in Thick & Thin modes is at https://python-oracledb.readthedocs.io/en/latest/user_guide/connection_handling.html#ldap-directory-naming See #111 |
Beta Was this translation helpful? Give feedback.
0 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 to use LDAP connection string, like: "jdbc:oracle:thin:@LDAP://host:port/cn=any,dc=any,dc=any/db".
Can any one please help me with this kind of connection in python-oracledb? or is it really not supported.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions