Re: help with my perl script
- From: opoulet@xxxxxxxxxxxxx (Olivier Poulet)
- Date: Fri, 23 Mar 2007 23:21:08 +0100
Le vendredi 23 mars 2007 à 14:33 -0700, joe bayer a écrit :
<snip>
my $ORACLE_SID="test";^^^^
$ENV{ORACLE_SID}=test;
Could this be your culprit ? Try with either
$ENV{ORACLE_SID}="test";
or
$ENV{ORACLE_SID}=$ORACLE_SID;
--
Olivier
.
- References:
- help with my perl script
- From: Joe Bayer
- help with my perl script
- Prev by Date: RE: help with my perl script
- Next by Date: RE: help with my perl script
- Previous by thread: RE: help with my perl script
- Next by thread: Disabling ORA error
- Index(es):