更改oracle字符集为AMERICAN_AMERICA.ZHS16GBK 后数据库连接PLSQL工具报错:ORA-29275: partial multibyte character

1 错误信息

… exporting table user 20 rows exported

EXP-00056: ORACLE ERROR 29275 encountered
ORA-29275: partial multibyte character
EXP-00000: Export terminated unsuccessfully
2 原因
查看一下Oracle本身的提示信息:

[oracle@halberd ~]$ oerr ora 29275
29275, 00000, “partial multibyte character”
// *Cause: The requested read operation could not complete because a partial
// multibyte character was found at the end of the input.
// *Action: Ensure that the complete multibyte character is sent from the
// remote server and retry the operation. Or read the partial
// multibyte character as RAW.
从提示上来看,看到是multibyte character 引起的,说明与字符集相关。那么可以想象一下,exp 命令是操作系统命令, 从数据库中导出数据,那么数据库中的字符集变量应与操作系统环境变量所对应的字符集是一致的。

控制操作系统字符集与Oracle数据库字符集的是环境变量NLS_LANG。

3 解决方法
查看操作系统用户字符集

SQL> select userenv(‘language’) from dual;

USERENV(‘LANGUAGE’)

AMERICAN_AMERICA.ZHS16GBK
设置操作系统环境变量

export NLS_LANG=AMERICAN_AMERICA.ZHS16GBK
环境变量设置后,再次操作,已正常。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值