garbled when querying Oracle database using Plsql developer and Dbvisualizer

Source: Internet
Author: User
Tags dbvisualizer

When querying Oracle database using Plsql Developer and Dbvisualizer, query data is garbled in Chinese.

Look at the database encoding format
SELECT * from V$nls_parameters;

View the encoded value as WE8ISO8859P1. and the computer environment variable Nls_lang value is American_america. ZHS16GBK. Change to
American_america. It's good to restart the tool after WE8ISO8859P1. If you do not have this environment variable, you can create a new one and change the encoded value to be consistent.

My machine is here, and it is said that there is a need to change the value in the registry.

Run---->regedit-------->f3 Find Nls_lang-----> Modify Registry (Discreet)

Hkey_local_machine/software/oracle/homeo/nls_lang

This value is changed to be consistent with the database server

Note: If you do not rest assured, modify the key value: Hkey_local_machine/software/oracle/all_homes/id0/nls_lang.

garbled when querying Oracle database using Plsql developer and Dbvisualizer

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.