Oracle environment variable configuration Character set encoding configuration

Source: Internet
Author: User

environment variable configuration for character encoding:

Http://jingyan.baidu.com/article/e73e26c0c20f1a24adb6a73e.html

(1). Database server Character Set
SELECT * FROM Nls_database_parameters

(2). Client Character Set Environment
SELECT * FROM Nls_instance_parameters

Steps:
Sql>conn/as SYSDBA

Sql>shutdown immediate;

Sql>startup Mount

Sql>alter SYSTEM ENABLE RESTRICTED SESSION;

Sql>alter SYSTEM SET job_queue_processes=0;

Sql>alter SYSTEM SET aq_tm_processes=0;

Sql>alter database open;

Sql>alter DATABASE CHARACTER SET UTF8;

ALTER DATABASE CHARACTER SET zhs16gbk ERROR at line 1:

Ora-12712:new character set must be a superset of the old character set

Sql>alter DATABASE Character set Internal_use UTF8;

Sql>select * from V$nls_parameters;

The exception that runs when the Sqlplus user logs on:

Unable to locate program input point longjmp on dynamic link library Orauts.dll

Workaround:

Put the F:\app\Administrator\product\11.2.0\dbhome_1\BIN on the front line.

For example:
F:\app\Administrator\product\11.2.0\dbhome_1\BIN; F:\oracle\product\10.2.0\client_1\bin;%java_home%\bin;%java_home%\jre\bin; F:\mysql\mysqlserve\bin;%commonprogramfiles%\microsoft shared\windows Live; C:\Program Files (x86) \intel\icls client\; C:\Program Files\intel\icls;%systemroot%\system32;%systemroot%;%systemroot%\system32\wbem

Oracle environment variable configuration Character set encoding configuration

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.