首页 > 代码库 > navicat 连接Oracle 报错:Cannot load OCI DLL, 126
navicat 连接Oracle 报错:Cannot load OCI DLL, 126
1.64位win7 安装了oracle11g 使用Navicat for Oracle
cannot load OCI DLL,126
解决方法:navicat 菜单中 -工具->选项->OCI 选择Oracle安装目录下bin里面的oci.dll
但是发现还是报错。
Cannot load OCI DLL, 126: Instant Client package is required for Baic and TNS connection ,For more information: http://wiki.navicat.com/wiki/index.PHP/Instant_client_required
解决方案:
下载 oracle 为32位 提供的工具
http://www.oracle.com/technetwork/topics/winsoft-085727.html
由于oracle官方下载东西要登录,很麻烦。附上百度盘链接
链接:http://pan.baidu.com/s/1kTgw7wN 密码:f43w
以下为完整的解决方法:
Step 1:在上述地址中下载文件:instantclient-basic-nt-12.1.0.2.0.zip,
Step 2:解压此安装包至:D:/app/administrator/product/instantclient_2_2_x32
Step 3:打开Navicat,选择工具→选项→其他→OCI,然后设置OCI library为:D:app/administrator/product/instantclient_12_2_x32/oci.dll,设置SQL *plus为:D:/app/administrator/product/11.2.0/dbhome_1/BIN/sqlplus.exe
。确定。
Step 4:测试成功。
navicat 连接Oracle 报错:Cannot load OCI DLL, 126