Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

oracledb.exceptions.NotSupportedError: DPY-3012: national character set id 871 is not supported by python-oracledb in thin mode #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nchillal opened this issue Jun 25, 2022 · 1 comment
Labels
question Further information is requested

Comments

@nchillal
Copy link

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-oracledb

Database is running in utf-8 and it can't be changed. How can this be resolved?

@nchillal nchillal added the question Further information is requested label Jun 25, 2022
@anthony-tuininga
Copy link
Member

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!

@oracle oracle locked and limited conversation to collaborators Jun 25, 2022
@cjbj cjbj converted this issue into discussion #28 Jun 25, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants