Solve the problem of Plsql encountered garbled _oracle

Source: Internet
Author: User

See if there are any differences between the amount of the database server and the client's character set:

Copy Code code as follows:

SELECT * from Nls_database_parameters;
SELECT * from Nls_instance_parameters;
SELECT * from V$nls_parameters t where T.parameter = ' nls_language ' or t.parameter = ' nls_characterset ';
SELECT * from Nls_session_parameters;

1. Set Local client encoding:

Enter My computer, attributes, advanced, environment variables, add 2 items:
Lang=zh_cn. GBK
nls_lang= "Simplified Chinese_china. ZHS16GBK "

2. A more direct approach is to create a TXT file under the Plsql installation file

Copy Code code as follows:

Set Nls_lang=simplified Chinese_china. Zhs16gbk
PLSQLDev.exe

Then rename the bat executable. Configure the Nls_lang above to the plsql.

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.