wlfeng

Windows 64位下装Oracle 11g 64位,32位PLSQL Developer使用出现以下问题:

1、Database下拉框为空:

2、强制输入用户名、密码及Database,登录弹出:

Initialzation error Could not initialize "...." Make sure you have the 32 bits Oracle Client installed. OCIDL forced to ... Loadlibrary(...) returned 0

说明PLSQL Developer并不支持Oracle 64位客户端连接。

解决办法:

1、下载32位Oracle客户端

其实可以下载免安装版的,http://www.oracle.com/technetwork/topics/winsoft-085727.html,我下载的是instantclient-basic-nt-11.2.0.2.0.zip

2、解压

解压instantclient-basic-nt-11.2.0.2.0.zip,例如到D:\instantclient_11_2

3、设置PLSQL Developer

启动PLSQL Developer,不登录点取消进入PLSQL Developer,Tools->>Preferences:

Oracle Home:OraDb11g_home1(发现这里似乎可以随便写,不填也可以)

OCI Library:D:\instantclient_11_2\oci.dll

 


分类:

技术点:

相关文章:

  • 2021-08-01
  • 2021-05-01
  • 2022-12-23
  • 2021-12-22
  • 2021-05-30
  • 2021-08-11
  • 2021-04-14
  • 2021-06-19
猜你喜欢
  • 2022-12-23
  • 2021-07-15
  • 2021-04-12
  • 2021-10-01
  • 2021-10-08
  • 2021-08-29
  • 2021-06-29
相关资源
相似解决方案