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

解决方法: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:测试成功。

相关文章:

  • 2021-11-05
  • 2021-10-22
  • 2021-05-02
  • 2021-11-19
  • 2021-10-20
  • 2021-12-31
  • 2021-04-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-14
  • 2021-10-11
  • 2021-11-14
  • 2022-12-23
相关资源
相似解决方案