Navicat链接Oracle 报 ORA-12737 错误的解决方案

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  html

修改服务器的字符集不太现实。Instance Client 10是不支持除英文之外的编码的(若是你下载的是中文版的navicat可能不会有这个问题)。  服务器

去Oracle官网下载最新版的OCI: http://www.oracle.com/technetwork/topics/winsoft-085727.html
下载完成后将解压出来的核心的oci11的3个文件替换掉原先的oci10的3个文件便可。(记得作个备份)
替换方法:在Navicat里,工具->选项->Miscellaneous->OCI。为oci.dll从新指定位置,而后重启navicat就OK了。
重启Navicat最后证实Instance Client 11没有字符集问题。
相关文章
相关标签/搜索