How to solve ORACLE garbled characters

Source: Internet
Author: User

When using sqlplus to connect to the oracle database, there are always ???? The main reason is that the language settings of the server and the client are different.

In the Japanese environment, the server side is set to JA16SJIS, and the above phenomenon occurs when the client is not set.

Set the environment variable

[Csh]

Setenv NLS_LANG American_Japan.JA16SJIS

[Bash]

Export NLS_LANG = American_Japan.JA16SJIS

The corresponding Chinese code can be found in the list of East Asian languages in the previous article.

Oracle 10g

[Csh]

Setenv RA_NLS10 $ ORACLE_HOME/nls/data

[Bash]

Export ORA_NLS10 = $ ORACLE_HOME/nls/data

Oracle 9i

[Csh]

Setenv ORA_NLS33 $ ORACLE_HOME/ocommon/nls/data

[Bash]

Export ORA_NLS33 = $ ORACLE_HOME/ocommon/nls/data

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.