On Monday, December 18, 2000, at 09:23 AM, Geoffrey Young wrote:
> well, it's not the same - what he means is for you to export ORACLE_HOME in
> /etc/passwd or somesuch
>
> DBD::Oracle needs ORACLE_HOME set at compile time - for Registry scripts its
> ok to PerlSetEnv so that when your .cg
> -Original Message-
> From: Mark Doyle [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 15, 2000 4:06 PM
> To: Jimi Thompson
> Cc: [EMAIL PROTECTED]
> Subject: Re: Apache::Reload and environment variables
>
>
>
> On Friday, December 15, 2000, at
On Friday, December 15, 2000, at 04:01 PM, Jimi Thompson wrote:
> If the variable ORACLE_HOME doesn't change why not just set it as an
> environment variable outside the program and export it?
>> PerlSetEnv ORACLE_HOME /oracle/app/oracle/product/8.0.3/
>> PerlModule Apache::DBI
>> [...]
>> Pe
Mark,
If the variable ORACLE_HOME doesn't change why not just set it as an
environment variable outside the program and export it?
Mark Doyle wrote:
>
> Greetings,
>
> I tried using Apache::Reload:
>
> PerlSetEnv ORACLE_HOME /oracle/app/oracle/product/8.0.3/
> PerlModule Apache::DBI
> [...]
>