zoukankan      html  css  js  c++  java
  • 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:测试成功。

  • 相关阅读:
    mysql 统计数据库基本资源sql
    java ffmpeg (Linux)截取视频做封面
    shutil模块
    json模块与pickle模块
    hashlib模块
    sys模块
    os模块
    paramiko模块
    Python reduce() 函数
    瀑布流展示图片
  • 原文地址:https://www.cnblogs.com/wicub/p/6586278.html
Copyright © 2011-2022 走看看