解决X64操作系统PL/SQL连接报错问题 make sure you have the 32 bits oracle client installed

1,去oracle官网下载 32bit的客户端 48MB左右。

2,在PLsql中设置  Oracle Home 和 OCI Library

3,在环境变量中增加2个系统变量:TNS_ADMIN 和 NLS_LANG

效果图:




具体操作请参考:

Win7 x64 PL/SQL 连接 Oralce 提示 Could not initialize "%ORACLE_HOME%inoci.dll" 

http://blog.csdn.net/hemingwang0902/article/details/7027543


解决X64操作系统PL/SQL连接报错问题 make sure you have the 32 bits oracle client installed 

http://blog.csdn.net/microfhu/article/details/7585174


原文地址:https://www.cnblogs.com/dyllove98/p/3141135.html