本文是原创文章,转载请注明出处:
http://blog.youkuaiyun.com/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_MACHINE\SOFTWARE\Wow6432Node\ORACLE\KEY_<Oracle Home Name>
参考自:
--How To Verify the Word Size(32bit vs64bit) of the Oracle Binary on MS Windows systems (文档ID465060.1)
知识点二:
F:\oracle\product\10.2.0\client_1\bin\oracle.key文件的作用:
oracle.key该文件的内容如下:
SOFTWARE\ORACLE\KEY_OraClient10g_home1
其作用为:指示本HOME在Windows注册表中的位置—个人理解

本文介绍了解决在 Windows x64bit 环境下使用 PLSQL Developer 连接 Oracle 数据库遇到的问题。由于 PLSQL Developer 缺乏 64 位版本,需要配置 32 位 Oracle 客户端实现兼容性。文章详细解释了如何通过注册表设置和 oracle.key 文件完成这一过程。
1449

被折叠的 条评论
为什么被折叠?



