Setting variable path and oracle home to PL/SQL developer

sith

Member
Hi,

Oracle client is installed in the path -D:\oracle\product\10.2.0\client_1

TNSNAMES.ORA is placed in-
D:\oracle\product\10.2.0\client_1\network\admin

OCI path-
D:\oracle\product\10.2.0\client_1\BIN\oci.dll

1.Can someone tell me what path should be set exactly in the ENVIRONMENT VARIABLE

2.What path should be set AS ORACLE_HOME IN pl/SQL DEVELOPER

 
PL/SQL Developer will automatically find the Oracle Home directory and the corresponding oci.dll and tnsnames.ora file based on the Oracle Registry.

Note that the 32 bit PL/SQL Developer version will only find 32 bit Oracle Client installations in the registry, and the 64 bit PL/SQL Developer version will only find 32 bit Oracle Client installations.
 
Back
Top