美文网首页
使用Navcat 第一次连接Oracle报错 Instant C

使用Navcat 第一次连接Oracle报错 Instant C

作者: 匆匆岁月 | 来源:发表于2019-05-10 17:18 被阅读0次

    Instant Client package is required for Baic and TNS connection

    navicat连接报错:

    Cannot load OCI DLL, Instant Client package is required for Baic and TNS connection
    For more information: http://wiki.navicat.com/wiki/index.php/Instant_client_required

    错误原因

    本地安装的是64位的Oracle,但由于Navicat仅支持32位的,因此我们还需下载一个32位的客户端。

    解决方案

    下载32位客户端,配置进navicat中

    下载地址:http://www.oracle.com/technetwork/topics/winx64soft-089540.html

    第1步:在上述地址中下载文件:instantclient-basic-nt-11.2.0.3.0.zip

    第2步:解压此安装包,并将解压出的文件合并到:E:\navicat for oracle\instantclient_11_2

    第3步:打开Navicat,选择工具→选项→其他→OCI,

    相关文章

      网友评论

          本文标题:使用Navcat 第一次连接Oracle报错 Instant C

          本文链接:https://www.haomeiwen.com/subject/nstzoqtx.html