in reply to Re: PATH is not setting - PERL
in thread PATH is not setting - PERL
The user that run the script, can read the path?
Try:
Begin{ $ENV{'LD_LIBRARY_PATH'}= "/opt/instantclient_10_2/"; $ENV{'ORACLE_HOME'}= "/opt/instantclient_10_2/"; };
And show more core of your scripts.
|
---|