sqlplus直接進去,輸入命令: select value$ from props$ where name=' NLS_CHARACTERSET'; 顯示不是ZHS16GBK,就更改,默認的是:WE8ISO8859p1 更改命令: update props$ set value$='ZHS16GBK' where name='NLS_CHARACTERSET'; 重啟生效
原文轉自:http://www.kjueaiud.com