Oracle--pl/sql Query Chinese garbled

Source: Internet
Author: User

1.
View server-side encoding
Select Userenv (' language ') from dual;
The result I actually found was: American_america. Al32utf8
2.
EXECUTE statement SELECT * FROM V$nls_parameters
See if the value in the parameter item in the first row is the same as the one obtained in the first step for nls_language.
If not, you need to set the environment variable.
Otherwise, the encoding used by the Plsql client is inconsistent with the server-side encoding and garbled when inserting Chinese.
3.
Setting environment variables
New, environment variable, advanced system settings, properties, computers, and so on, can be created in the user variable of administrator
Set Variable name: Nls_lang, Variable value: The 1th step to find the value (mine is American_america. AL32UTF8).
4.
Restart Plsql, insert data Normal

Oracle--pl/sql Query Chinese garbled

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.