Chinese conditions cannot be queried in oracle

Source: Internet
Author: User

Chinese conditions cannot be queried in oracle


However, the following statement cannot find records with Chinese characters:

Select drdl01 from prodctl. F0005 where trim (drdl01) like 'China, China % ';

View the current database character set:

SQL> SELECT * FROM v $ nls_parameters where parameter = 'nls _ CHARACTERSET '; PARAMETER VALUE -------------------- NLS_CHARACTERSET ZHS16GBK

Check the character set of the client:
<Strong? Http: www.bkjia.com kf ware vc "target =" _ blank "class =" keylink "> VcD4NCjxwPjxjb2RlIGNsYXNzPQ = "hljs SQL"> Obviously, the client character set is inconsistent with the database character set. You need to modify the client character set.
Search for NLS_LANG on the client server and change WE8MSWIN1252 to ZHS16GBK. Three modifications are required in total. After the modification, logoff and re-login are enabled.

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.