解决Windows x64bit环境下无法使用PLSQL Developer连接到Oracle DB中的问题

本文是原创文章,转载请注明出处:

http://blog.csdn.net/msdnchina/article/details/46416455

解决Windows x64bit环境下无法使用PLSQL Developer连接到Oracle DB中的问题

 

背景:PLSQL Developer没有64bit的版本号,因此。仅仅能通过32bit的Oracle Client连接。

知识点一:

Oracle 32-bit Client on Windows 64-bit OS will be registered under hyve key 'Wow6432Node' like:
---------------------------------------------------------
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeORACLEKEY_<Oracle Home Name>

參考自:
--How To Verify the Word Size(32bit vs64bit) of the Oracle Binary on MS Windows systems (文档ID465060.1)


 

知识点二:

F:oracleproduct10.2.0client_1inoracle.key文件的作用:


oracle.key该文件的内容例如以下:

SOFTWAREORACLEKEY_OraClient10g_home1


其作用为:指示本HOME在Windows注冊表中的位置—个人理解