logon error

ace2000

Member
After I installed the PL/SQL developer, when I try to log into DB, I got following error:

Initialization error
Could not initialize
"C:\Oracle\product\11.2.0\client_1\bin\oci.dll"
make sure you have the 32 bits Oracle Client installed.

I think my Oracle Client is 32 bit

Does anyone have the same problem? thanks.
 
Last edited:
Can you start PL/SQL Developer without connecting, go to Help > Support Info, press the 'Copy all pages' button on this info screen, and paste this text into an e-mail reply?
 
Yes, thanks. It seems that you do not have a 32 Bit Oracle Client installation. You will need to install a 32 Bit Oracle11g Client. PL/SQL Developer is a 32 Bit application, so it cannot interface with a 64 Bit Oracle Client.

The 32 Bit Oracle Client can communicate with a 64 Bit Server, even on the same machine if necessary. The 32 Bit client can coexist with a 64 Bit Oracle installation when installed in separate Oracle Home directories.
 
Back
Top