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 

修改服务器的字符集不太现实。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没有字符集问题。

你可能感兴趣的:(Navicat连接Oracle 报 ORA-12737 错误的解决方案)