Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Compatible NLS_LANG for Oracle and Informix

praveendJan 27 2008 — edited Feb 1 2008
Hello All,

What is the compatible NLS_LANG setting that supports both Informix (IDS 9.4) and Oracle (10.2G)?

We have Python (v2.5) programs which retrieve the data from Informix and Oracle are giving different encoding. For e.g ΓΌ character is getting encoded as "\xfc" from Informix and same character is getting encoded as "\xc3\xbc" from Oracle.

We are setting NLS_LANG to AL32UTF8 in Python as: os.putenv("NLS_LANG","_.AL32UTF8")

OS: Lunix SuSE.

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 29 2008
Added on Jan 27 2008
3 comments
10,915 views