您的位置:首页 > 数据库 > Oracle

navicat 连接Oracle 报错:Cannot load OCI DLL, 126

2018-03-28 17:57 543 查看

1.64位win7 安装了oracle11g 使用Navicat for Oracle

cannot load OCI DLL,126

解决方法:navicat 菜单中 -工具->选项->OCI 选择oracle安装目录下bin里面的oci.dll但是发现还是报错。Cannotload 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:测试成功。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: