Pl/Sql developer not working with oracle 11g 64 edition

devweb

Member
Hello,

has any one tried to run pl/sql deveoper with oracle 11g 64 bit?

we have new server and I tried to install pl/sql developer, but when i try to log in i got this error

"---------------------------
Initialization error
Could not load "e:\app\Administrator\product\11.1.0\db_1\bin\oci.dll"

OracleHomeKey: SOFTWARE\ORACLE\KEY_OraDb11g_home1
OracleHomeDir: e:\app\Administrator\product\11.1.0\db_1
Found: oci.dll
Using: e:\app\Administrator\product\11.1.0\db_1\bin\oci.dll
LoadLibrary(e:\app\Administrator\product\11.1.0\db_1\bin\oci.dll) returned 0"

win 2003 64bit
oracle 11g 64bit
pl/sql developer 7.1.5

thanks
 
You need to install a 32bit client to use PL/SQL Developer.

I believe Delphi is not 64bit yet so they are not able to create a 64bit PL/SQL Developer.

Regards
Stian
 
Back
Top