ORA-12737: Instant Client Light: unsupported server character set CHS16GBK/ZHS16GBK解决方案

一、新建连接

1. 连接->Oracle

ORA-12737: Instant Client Light: unsupported server character set CHS16GBK/ZHS16GBK解决方案_第1张图片

2. 配置连接

1. 连接名:自定义的名字

2.主机名或IP地址:远程地址(例如:192.168.62.1)或者本地地址(127.0.0.1)

3.端口号一般为:1521

ORA-12737: Instant Client Light: unsupported server character set CHS16GBK/ZHS16GBK解决方案_第2张图片

二、修改oci.dll和sqlplus.exe的路径

1. 查看Navicat Premium是32位的还是64位,到Oracle官网下载32位或者64位的OCI和sqlplus;(文章最后有整理好的压缩包)

自选:https://www.oracle.com/technetwork/database/database-technologies/instant-client/downloads/index.html

32位:https://www.oracle.com/technetwork/topics/winsoft-085727.html

64位:https://www.oracle.com/technetwork/topics/winx64soft-089540.html

2. 解压后在Navicat Premium中选择工具->选项->OCI,选择oci.dll和sqlplus.exe;

ORA-12737: Instant Client Light: unsupported server character set CHS16GBK/ZHS16GBK解决方案_第3张图片

ORA-12737: Instant Client Light: unsupported server character set CHS16GBK/ZHS16GBK解决方案_第4张图片

3. instantclient_11_1包下文件

1. 将OCI中的4个文件:oci.dll,orannzsbb11.dll,oraocci11.dll,oraociei11.dll 放入instantclient_11_1文件夹下;

ORA-12737: Instant Client Light: unsupported server character set CHS16GBK/ZHS16GBK解决方案_第5张图片

2. 将sqlplus.exe等文件也放入instantclient_11_1下。

所有文件:

ORA-12737: Instant Client Light: unsupported server character set CHS16GBK/ZHS16GBK解决方案_第6张图片

3. 确定->重启生效。

附上整理好的32位的instantclient_11_1压缩包:https://download.csdn.net/download/xinghun11111/10873554

32位 instantclient_12_2压缩包:https://download.csdn.net/download/xinghun11111/10873578

64位 instantclient_18_3压缩包:https://download.csdn.net/download/xinghun11111/10873588

 

 

你可能感兴趣的:(Oracle)