-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
It would be good to include a unicode test
In order to get unicode to work properly with an nvarchar2 using pythons cx_Oracle, I needed to set NLS_LANG=American_America.UTF8. I dont know for sure that it is a cx_Oracle specific problem, but I suspect it may also be a problem for other clients, in which case the documentation should mention this.
Also it would be good to note in the documentation that LD_LIBRARY_PATH may need to be set for some clients to work. (again, this was needed to get it to work with cx_Oracle).
If it is of interest, my successful use of cx_Oracle is at https://github.com/jayvdb/era_data .
If it is useful, I'd be happy to create a set of sample cx_Oracle python files for this repo .
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels