support for make dsn for oracle #294
Unanswered
darshan92kumar
asked this question in
Q&A
Replies: 1 comment
-
Hi @darshan92kumar , thanks for the suggestion. Right now we only support using connection string. Underlying we use rust oracle driver to connect to oracle, and the read_sql interface is only a python binding. So we can only support the connection configurations supported by this driver. Can you give an example of when the string URI cannot work? |
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.
-
Hi,
is kereberised DB connection supported ? I feel there should be support for makedsn which should be passed to read_sql as a param in case of oracle db. Passing plain string as URI does not work all the time
Beta Was this translation helpful? Give feedback.
All reactions