Connecting to Oracle using LDAP #498
Unanswered
kaidokido1002
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi,
I am an IT dummy so probably there will be some terms or words that I do not use correctly.
I installed connectorx but not too sure how to connect to the Oracle Database using LDAP.
Previously I use read_sql from pandas by using oracledb function to connect to the database.
Example:
conn = oracledb.connect("{username}/{password}@{database}")
pd.read_sql(conn, query)
However, I'm not too sure how to change such format and fit into connectorx.read_sql()
Appreciate if the community can help on this.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions