-
Notifications
You must be signed in to change notification settings - Fork 93
Description
Hello.
Thank you for your time.
Our DBMS was built with oracle 19c, and the example picture shows the parameters related to NLS_LANGUAGE.
You cannot change that option. When using an editor called SQL Tools, Korean is displayed well.
The problem is that I load data using cx_Oracle, but the Korean text keeps appearing broken.
I installed and specified the latest version of instant client in the init_oracle_client path, and tried both encoding and nencoding, utf-8 and euc-kr, in the connect_args option with sqlalchemy, but in the end, the Korean text appears broken.
I tried things like os.environ['NLS_LANG'] = 'KOREAN_KOREA.KO16MSWIN949' in a Python environment, but in the end it didn't show up.
How can we solve this situation? Please help me. please.
thank you
I wish you good luck always.

