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

---------------------------------------------------------------------------------------------------------

具体的方法如下:

启动 PL/SQL Developer 之后,出现 Initialization error Could not load ,但是 PL/SQL

的工作界面仍能打开,只是数据库相关数据没有加载进来,因此可以在该工作页面中进行配置:选

择 Tools -> Preferences -> Oracle -> Connection -> 对 Oracle Home 和 OCI Library

进行设置,如:Orcale 装在 E:\orcale\ ,

则:Oracle Home 为 E:\oracle\product\10.2.0

OCI Library 为 E:\oracle\product\10.2.0\db_1\BIN\oci.dll

感悟:

解决这个问题,先是检查了环境变量,注册表信息都正常,感觉到工具的问题,但客户又没有安装包,后来上网才知道这里可以色泽,通过这个问题,我发现:在解决问题而又受限的时候,百度或许是一直思路和办法。因为常规办法我测试了。。。

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

时间: 2024-08-01 15:16:56

Initialization error Could not load ".../oci.dll"的相关文章

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 ----->  

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

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

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://********* 解决方法如下: 下载组件,

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

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 连接 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

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

cannot load oci dll,193-navicate连接oracle的解决方法

navicat连接远程数据库时 是因为instantclient是64位的,navicat是32位的,两者要一致 因为自己的navicat premium是破解版的,所以就另找了instantclient32位的 http://www.oracle.com/technetwork/cn/topics/winsoft-095945-zhs.html 名字是instantclient-basic-win32-11.2.0.1.0.zip