日期:2014-05-16  浏览次数:20434 次

启动PL/SQL Developer 报字符编码不一致错误 ,Database character set (AL3...
Database character set (AL32UTF8) and Client character set (ZHS16GBK) are different.
Character set conversion may cause unexpected results.

Note: you can set the client character set through the NLS_LANG environment variable or the NLS_LANG registry key in
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_Oracle_10g.

打开注册表,通过命令regedit。找到到文中提示的路径,发现NLS_LANG键的值为:

SIMPLIFIED CHINESE_CHINA.ZHS16GBK

修改为:SIMPLIFIED CHINESE_CHINA.AL32UTF8即可


本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/sabic/archive/2009/12/03/4934597.aspx