PLSQL 13配置InstantClient无法连接Oralce报Could not load "……\bin\oci.dll"

PLSQL 13配置InstantClient无法连接Oralce报Could not load "……\bin\oci.dll"

  • 附上Instantclient官网下载地址

很多童鞋在配置PL/SQL的时候,都会碰到一个hin蛋疼的事情,明明是下载的64位的PL/SQL,Instantclient也是64位的,甚至32位的也试过,但PLSQL就是死活连不上,一直报Initialization error Could not load "instantclient_11_2\oci.dll”无法加载的错误。
网上搜搜资料,网友们脑洞也很大,都在说PLSQL不管是64位还是32位都要使用32位的instantclient才行。
然鹅,在偶然的情况下,我发现了下面这个:

PLSQL 13配置InstantClient无法连接Oralce报Could not load

经分析,很多人是在重新安装操作系统,或者从没装过PLSQL或者oracle的情况在配置PLSQL的,往往忽略了vc环境的配置,事实证明,只要下载对应的vc64、vc86进行安装,然后在配置好home目录和oci路径
PLSQL 13配置InstantClient无法连接Oralce报Could not load

重启PLSQL就可以看到“连接为”啦!!!
PLSQL 13配置InstantClient无法连接Oralce报Could not load

附上Instantclient官网下载地址

https://www.oracle.com/technetwork/cn/topics/winx64soft-101515-zhs.html

你可能感兴趣的:(PLSQL 13配置InstantClient无法连接Oralce报Could not load "……\bin\oci.dll")