Plsql Chinese garbled problem (show question mark)

Source: Internet
Author: User

Problem:

Open Plsql, execute SQL statement, Chinese display garbled:

Https://i.cnblogs.com/EditPosts.aspx?opt=1

Solution:

1) Input SQL statement Select Userenv (' language ') from dual view database character set

2) Enter SQL statement SELECT * from V$nls_parameters view local character set to see if the first and nineth rows correspond

3) Review the settings of the environment variable to see if there is a variable nls_lang, or create a new variable

4) New variable, set variable name: Nls_lang, Variable value: Simplified Chinese_china. ZHS16GBK (the variable value here needs to be the same as the database environment, so it is not fixed: for example, there will be utf-8, etc.), OK

5) Reopen Plsql, execute SQL statement, issue resolution

Plsql Chinese garbled problem (show question mark)

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.