oracle更改数据库字符集

Posted 一窗明月半帘风

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle更改数据库字符集相关的知识,希望对你有一定的参考价值。

 

shutdown immediate;
startup mount;
alter system enable restricted session;
alter system set job_queue_processes=0;
alter system set aq_tm_processes=0;
alter database open;
alter database character set zhs16gbk;
#ORA-12712: new character set must be a superset of old character set
#提示我们的字符集:新字符集必须为旧字符集的超集,这时我们可以跳过超集的检查做更改: 
#alter database character set internal_use zhs16gbk;

#alter database national character set internal zhs16gbk;
shutdown immediate;
startup;

 

以上是关于oracle更改数据库字符集的主要内容,如果未能解决你的问题,请参考以下文章

oracle更改数据库字符集

oracle数据库更改字符集

如何实现oracle数据库中英文字符集转换

更改虚拟机上的oracle字符集

sql数据库截取字符串函数

Oracle 数据库字符集