11g on Vista 64Bit

seg

Member
Hello, I have a new PC running vista 64bit. I have installed Oracle 11G client and connect via sqlplus just fine. When I run PL/SQL developer i get Initalization error SQL*net not properly installed OracleHomeKey: (Blank) OracleHomeDir: (blank). The Registry information looks correct. What am I missing? thanks in advance.
 
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.
 
Back
Top