Oracle character encoding and the processing of Chinese character storage length

Source: Internet
Author: User

Execute the following statement to see the bytes that the Chinese character occupies in the database:

Select Vsize (' Han ') from dual;

In general, the resulting results are mostly values: 2 or 3

The Oracle database is installed under General Linux, the default character encoding is set to: Al32utf8, each kanji account is 3 bytes

Under Windows platform, the default character encoding is set to: ZHS16GBK, each kanji account is 2 bytes

See the SQL for the Oracle service-side character encoding as follows:

Select Userenv (' language ') from dual;

Data migration and front-end character length check, especially attention to character encoding problem!

Oracle character encoding and the processing of Chinese character storage length

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.