Replies: 1 comment 11 replies
-
Interesting. The calculation of max identifier length appears to be failing for you, even though there is a check that the client version must exceed 12.2 for that calculation to take place! That suggests that you may have mismatched client versions. Can you display the result of |
Beta Was this translation helpful? Give feedback.
11 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.
-
Then, I use
pd.read_sql(sql, connect)
.It works when oracledb's version is 2.4.1, but error when 3.0.0
Here is the error:
And I checked it on both Sqlalchemy and python-oracledb site, I could not find the solution.
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions