PLSQL9在64位操作系统的设置
操作系统是64位的Windows 2008 R2,Oracle装的是10.2.0.4的64位版,装上PLSQL9.0.1以后,发现没法连接数据库了,oci.dll加载不了,在配置里面指定了Oracle的路径,也不行。
查了下资料,说PLSQL目前只能支持32位的Oracle客户端,要去下一个http://download.oracle.com/otn/nt/instantclient/112010/instantclient-basic-win32-11.2.0.1.0.zip
解开以后,在PLSQL配置Oracle Home为..\instantclient_11_2,OCI library为..\instantclient_11_2\oci.dll
另外,系统的环境变量里面增加TNS_ADMIN,路径为原Oracle安装路径下的TNS目录
TNS_ADMIN:D:\app\xyuser\product\11.2.0\dbhome_2\NETWORK\ADMIN