參考資料:
http://apps.hi.baidu.com/share/detail/327330671、原因:
ORA-12737: Instant Client Light: unsupported server character set CHS16GBK
Google,解釋如下:
ORA-12737:
Instant Client Light: unsupported server character set string
Cause: The character set specified is not allowed for this operation or is invalid. Instant Client Light has only minimal character sets.
Action: Do not use Instant Client Light for this character set
2、首先,我們打開“tools”-->"options"菜單,見到如下界面,依據OCI library(oci.dll) 路徑,導航到 navicat oci 目錄下,備份里面的文件(通過在該目錄新建bak文件夾,將“%dir%/Navicat Lite\instantclient_10_2”路徑下的所有dll文件剪切到bak文件夾)。

3、在oracle 客戶端安裝目錄bin/目錄下,找到如下幾個.dll文件

4、將上面所列文件放置到“%dir%/Navicat Lite\instantclient_10_2” 目錄下,重新啟動navcat即可。
posted on 2011-06-18 14:04
Coundy 閱讀(5032)
評論(1) 編輯 收藏 所屬分類:
Java