64bits

Hi,

i have a SO Windows 2003 Server with oracle client 11g 64bits but my PL/sql is having problem to conect in database.

When i try make my login occured this message:
"Could not initialize: C:\oracle\product\10.0.2\client\bin\oci.dll
Make sure you have the 32 bits Oracle Client Installed"

Help me.

Regards.
 
You will need to install a 32 Bit Oracle 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