Hi, I am trying to set path in my perl program using $ENV. I have placed my orcale instantclient under /opt/instantclient_10_2/ location. In my code I added the below lines $ENV{'LD_LIBRARY_PATH'}= "/opt/instantclient_10_2/"; $ENV{'ORACLE_HOME'}= "/opt/instantclient_10_2/"; but its not detecting..its giving library missing error.. Please suggest. Thanks Sri