针对你遇到的 "initialization error could not load ocidll" 错误,以下是对该问题的详细分析和解决方案: 1. 确认错误信息含义 "initialization error could not load ocidll" 错误表明系统或应用程序在初始化过程中无法加载名为 ocidll 的动态链接库(DLL)文件。这通常是因为 DLL 文件缺失、损坏或无法被正确找到。
原因:PL/SQL只对32位OS进行支持,解决方法是额外加载一个oci.dll文件 解决办法:1、下载OCI.DLL相关库文件。地址: (需注册Oracle账号) http://www.oracle.com/technetwork/topics/winsoft-085727.html ---> 接受协议---> http://www.oracle.com/technetwork/topics/winsoft-085727.html 。 以下内容摘自:有CSDN...
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的工作界面仍能打开,只是数据库相关数据没有加载进来 解决方案: 1,Tools → Preferences → Oracle → Connection →对 Oracle Home 和 O...
1 Plsql(官网): https://www.allroundautomations.com/registered-plsqldev/ 2 原因一:安装完后Oracle的 oci.dll 是32位的,而64位应用程序 PLSQL Developer 无法加载。 解读:instantclient和plsql的位数必须一致,即如果安装的plsql是64位,那instantclient也必须使用64位才行。 解决方法:安装64位的...
情况1:如果你是连接本机的oracleo, 如果不是 32位和64位的问题,那有可能是环境变量的问题,设置一下C:\app\你电脑的用户名\product\11.2.0\dbhome_1\instantclient 添加到path后面,注意加个英文分号。情况2:你是连接远程的oracle,那么你要下载一个:instantclient-basic-nt-11.2.0.4.0(我...
启动 PL/SQL Developer 之后,出现 Initialization error Could not load ,但是 PL/SQL 的⼯作界⾯仍能打开,只是数据库相关数据没有加载进来,因此可以在该⼯作页⾯中进⾏配置:选 择 Tools -> Preferences -> Oracle -> Connection -> 对 Oracle Home 和 OCI Library 进⾏设置,如:Orcale 装在...
你检查一下你安装的oracle客户端在哪个位置,找到oci.dll所在的目录,然后打开pl sql,在工具->沙首选项->连接界面中设置一下OCI库,就是oci.dll所在的目录+oci.dll
Initialization errorcould not load “..Oralce\product\instantclient_11_2\oci.dll”OCIDLL forced to ..Oralce\product\instantclient_11_2\oci.dllLoadLibrary(..Oralce\product\instantclient_11_2\oci.dll) return 0截图如下,这主要是将前面下载的plsqldev901.exe安装到计算机,双击运行,会发现登录窗口中没...
initialization error could not locate OCI dll 【原因】装ODAC时,其实安装了Oracle Client 11g,此时Oracle的环境变量被修改,PL/SQL里的Oracle home和oci library也被修改,所以读不到对应的tnsnames文件和oci.dll。【解决方案】打开PL/SQL,进入tools-->preferences,如下界面所示。配置Oracle Home和OCI library。OK...
启动PL/SQL Developer 之后,出现 Initialization error Could not load ,但是 PL/SQL 的工作界面仍能打开,只是数据库相关数据没有加载进来,因此可以在该工作页面中进行配置:选 择Tools -> Preferences -> Oracle -> Connection -> 对 Oracle Home 和 OCI Library ...