Navicat连接报错:cannot load OCI DLL,126

32位系统下报错:cannot load OCI DLL,126

解决方法:navicat 菜单中 -工具->选项->OCI 选择oracle安装目录下bin里面的oci.dll

在windows Server 2008 下报错:cannot load OCI DLL,126

windows Server 2008 服务器上安装了Oracle 11g R2,在用Navicat去连接Oracle时,提示以下错误:

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

查看上述链接页面提示,Navicat only support 32-bit instant client, 因此,尽管我们安装了64位的Oracle,但由于Navicat仅支持32位的,因此我们还需下载一个32位的客户端。

以下为完整的解决方法:

Step 1:在上述地址中下载文件:instantclient-basic-nt-12.1.0.2.0.zip,或instantclient-basic-nt-11.2.0.4.0(链接:http://pan.baidu.com/s/1mi9dfCk 密码:2hod)

Step 2:解压此压缩包至:C:\app\Administrator\product

Step 3:打开Navicat,选择工具→选项→其他→OCI,然后设置OCI library为:C:\app\Administrator\product\instantclient-basic-nt-11.2.0.4.0\instantclient_11_2/oci.dll,设置SQL *plus为:c:/app/administrator/product/11.2.0/dbhome_1/BIN/sqlplus.exe。确定。

Step 4:测试成功。

来自:https://my.oschina.net/xqx/blog/340743

时间: 2024-10-11 22:31:04

Navicat连接报错: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: ht

64位系统下报错:cannot load OCI DLL,126

64位系统下报错:cannot load OCI DLL,126 解决方法:navicat 菜单中 -工具->选项->OCI 选择oracle安装目录下bin里面的oci.dll 查看上述链接页面提示,Navicat only support 32-bit instant client, 因此,尽管我们安装了64位的Oracle,但由于Navicat仅支持32位的,因此我们还需下载一个oracle的32位的客户端, 下载地址:http://www.oracle.com/technetwork/

Navicat for oracle 提示 cannot load oci dll,193的解决方法

内网有一台windows server 2012,安装了Navicat 11.1.8 连接oracle的时候,提示 cannot load oci dll,193:D:\Program Files (x86)\PremiumSoft\Navicat Premium*** install clietn package is required fro basic and tns connection for more infomation:http://********* 解决方法如下: 下载组件,

Navicat连接Oracle报错_Cannot load OCI DLL 87

原因: Oracle需要装client才能让第三方工具通过OCI(Oracle Call Interface)来连接. 解决方案: 1. 去oracle官网下载Instant Client 11, 或者 2. 直接解压到合适目录下,如C:\instantclient_11_2. 3. Navicat --> 工具 --> 选项... --> 其他 --> OCI, OCI library(oci.dll)*: 选择  C:\instantclient_11_2\oci.dll SQ

Navicat 连接 Oracle数据库 提示 cannot load OCI DLL 的解决

一.32位系统下 cannot load OCI DLL,126 解决方法:工具->选项->OCI 选择oracle安装目录下bin里面的oci.dll 二 .在64位系统下安装了Oracle 11g,在用Navicat去连接Oracle时,提示以下错误: Cannot load OCI DLL, 126: Instant Client package is required for Baic and TNS connection For more information: http://wi

Cannot load OCI DLL 87

Navicat可以用来连接各种主流数据库, 如果第一次用Navicat尝试连接Oracle数据库,很可能报下面的错: Cannot load OCI DLL 87: Instant Client package is required for Basic and TNS connection. 原因: Oracle需要装client才能让第三方工具通过OCI(Oracle Call Interface)来连接. 解决方案: 1. 去oracle官网下载Instant Client 11, ins

Initialization error Could not load ".../oci.dll"

客户端,用PL/SQL连接Oracle数据库时,出现了一个问题,提示: Initialization error Could not load "F:\oracle\bin\oci.dll" OCIDLL forced to Foracle\bin\oci.dll LoadLibrary(F:\oracle\bin\oci.dll)returned 0 -------------------------------------------------------------------

IDE安装完成无法打开,报错Fail load JVM DLL 问题与解决方案

安装完成pycharm 在打开pycharm的时候出现报错 Fail load JVM DLL xxxx xxx. 解决方案 安装Microsoft Visual C++ 2010 Redistributable Package 32 bit: http://www.microsoft.com/download/en/details.aspx?id=5555 64 bit: http://www.microsoft.com/download/en/details.aspx?id=14632 然后

PL/SQL developer 连接oracle数据库报错“initialization error could not load oci.dll”

声明:PL/SQL 版本:PL/SQL Developer 9.0.6 (http://files.allroundautomations.com/plsqldev906.exe) 报错提示如图: 原因:PL/SQL只对32位OS进行支持,解决方法是额外加载一个oci.dll文件 解决办法:1.下载OCI.DLL相关库文件.地址: (需注册Oracle账号) http://www.oracle.com/technetwork/topics/winsoft-085727.html ----->