Oracle database and client character sets

Source: Internet
Author: User
1. View database Character Set information

Sql> select * from Nls_database_parameters;

Where Nls_characterset is the character set of the current database.

2. Client Character Set

The parameters for the client character set are Nls_lang.

In Windows, query and modify Nls_lang can be set in the registry key hkey_local_machine\software\oracle\homexx\, XX refers to the system number when there are multiple oracle_home.

In Unix, you set the client character set by setting the Nls_lang environment variable.
View Nls_lang environment variable values
$ env|grep Nls_lang
Nls_lang=simplified Chinese_china. Zhs16gbk
Modifying the Nls_lang environment variable value
$ export Nls_lang=american_america. UTF8

Oracle database and client character sets

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.