ORA-00911: invalid character Error,

Source: Internet
Author: User

ORA-00911: invalid character Error,

I usually use pl SQL and golden32 to query database software. If I use golden32, it is no problem to alias it as Chinese when I use it. Until I want to convert PL SQL (use Chinese package chinese.exe ), after the completion of the Chinese query statement again becomes the error "ORA-00911: invalid character"; after searching a lot of web pages to solve this problem, but most of the problem is the indicator point symbol;

Later, I found a solution on this website: http://blog.csdn.net/iloli/article/details/7766563;

Solve the problem by adding system variables:

 

Select "environment variables ";

Run the following statement in the database:

Select * from v $ nls_parameters t where t. PARAMETER = 'nls _ language' or t. PARAMETER = 'nls _ CHARACTERSET ';

The combined value of the inserted query field is AMERICAN. ZHS16GBK and the variable name is NLS_LANG. Then restart the computer.

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.