Modify the Oracle database character set to UTF8

Source: Internet
Author: User

Modify the Oracle database character set to UTF8 to view the character set select userenv ('language') from dual; 1. conn/as sysdba 2. run the following code: shutdown immediate; startup mount exclusive; alter system enable restricted session; alter system set JOB_QUEUE_PROCESSES = 0; alter system set AQ_TM_PROCESSES = 0; alter database open; (------------ if any problem occurs, insert the following statement --------------) alter database national character set UTF8; alter database character set UTF8; SHUTDOWN immediate; STARTUP; if the modification fails, call the following statement and execute the statement again to run alter database national character set INTERNAL_USE UTF8;
 

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.