SQL net not properly installed

NB1

Member
Hello All,

i am new to this forum, but i am an old user of PL/SQL developer.

Recently i installed PL/SQL developer 7.1 on my windows 7 home Premium 64 bit OS.
I installed oracle Client 64 bit, but when i am trying to access PL/SQL developer and connect to a database i faced the below issue:

SQL net not properly installed
OracleHomeKey:
OracleHomeDir:

Your help please...

Regards,
 
I think PL/SQL Dev is a 32 bit app and it looks for a 32bit oracle client. You might want to try using a 32 bit instant client just for PLSQL Dev.
 
No, 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