When pl/SQL developer is enabled, the NLS_LANG and Character set (Character set) problems occur. plnls_lang

Source: Internet
Author: User

When pl/SQL developer is enabled, the NLS_LANG and Character set (Character set) problems occur. plnls_lang
Start pl/SQL developer and the NLS_LANG and Character set (Character set) problems occur. The company recently trained pl/SQL. After installation, I started it and encountered problems.
PS: my operating system is in English. This is because the system does not set the NLS_LANG system variable. There are two ways to view. 1. View computer properties.
2. view the command line.
PS: I have already set it here, so I just want to give a gesture. If any problem occurs, the character set of the client is different from that of the Oracle database.
How to view the character set of a database:
The target pl/SQL statement is:

Select * from V $ NLS_PARAMETERS where PARAMETER = 'nls _ CHARACTERSET '; Select USERENV ('language') from DUAL;
Change the value of NLS_LANG to the SIMPLIFIED CHINESE_CHINA.UTF8 value. PS: Let's take a look at the meaning of character sets. Take SIMPLIFIED CHINESE_CHINA.UTF8 as an example.
  • Simplified chinese is a language (simplified chinese );
  • CHINA is the country (CHINA );
  • UTF8 is character encoding;

Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

Related Article

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.