Archive for April 17th, 2010

Config PL/SQL Developer without installing Oracle client

Follow the following steps to config your PL/SQL Developer without installing Oracle client:
  1. download instant client package  http://download.oracle.com/otn/nt/instantclient/112010/instantclient-basic-win32-11.2.0.1.0.zip
  2. extract it to C:\Oracle\instantclient_11_2
  3. add C:\Oracle\instantclient_11_2 to %PATH%
  4. set %LD_LIBRARY_PATH%, %SQLPATH% and %TNS_ADMIN% as C:\Oracle\instantclient_11_2
  5. set OCI Library as “C:\Oracle\instantclient_11_2\oci.dll” in PL/SQL Developer (Tools->Preferences->Connection)
  6. done

I verified it on Windows 7, it works.

[ad]

Switch to our mobile site