Replies: 1 comment 2 replies
-
See #16. I pushed a patch three days ago that allows you to connect, but not fetch data in NCHAR, NVARCHAR2 or NCLOB columns. If that restriction is acceptable and you are able to build binaries for yourself, then you can use that approach. If those restrictions are unacceptable, you'll have to enable thick mode. See the documentation for details! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting below error
oracledb.exceptions.NotSupportedError: DPY-3012: national character set id 871 is not supported by python-oracledb in thin mode
after installing python-oracledbDatabase is running in utf-8 and it can't be changed. How can this be resolved?
Beta Was this translation helpful? Give feedback.
All reactions