in reply to Re: PATH is not setting - PERL (LD_LIBRARY_PATH)
in thread PATH is not setting - PERL
Thanks SriI added the same lines but I am getting the below error "env:this is not a file or a directory" BEGIN { unless ($ENV{BEGIN_BLOCK}) { $ENV{ORACLE_HOME} = '/opt/instantclient_10_2/'; $ENV{LD_LIBRARY_PATH} = '/opt/instantclient_10_2/'; #$ENV{TNS_ADMIN} = '/common/oracle/env'; $ENV{BEGIN_BLOCK} = 1; exec 'env',$0,@ARGV; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: PATH is not setting - PERL (env)
by tye (Sage) on Oct 16, 2007 at 03:04 UTC | |
by gregor-e (Beadle) on Feb 07, 2008 at 00:24 UTC | |
by dcblack (Initiate) on Dec 17, 2009 at 19:43 UTC | |
by Anonymous Monk on Feb 24, 2010 at 14:30 UTC | |
by srini_sun (Initiate) on Oct 16, 2007 at 03:52 UTC |