Oracle garbled problem

Source: Internet
Author: User

The Oracle garbled problem is generally caused by inconsistent Oracle character set settings and operating system character set settings, which have to mention two operating system environment variables, LANG and Nls_lang

Lang is a set of languages, regions, and character sets for Linux systems that are valid for applications under Linux, such as Date

Nls_lang is a setting for Oracle language, region, and character set that works with tools in Oracle

Obviously, you need to modify the nls_lang environment variable


View the Oracle character set in the following way:

1. Enter Sqlplus

Command:sqlplus/nolog

2. Connect to the database as a system administrator

Command:conn/as sysdba

3. Enter Query statements

Command:select * from v$nls_parameters where parameter = ' nls_characterset ';

Query results such as:



View Nls_langlang variable values

Command:echo $NLS _langlang


garbled because this Oracle and operating system code is not the same result

Therefore, you can set the value of the Nls_langlang variable to resolve

Command:export nls_lang= "American_america. Al32utf8 "


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.