Re: apache2 + mod_perl2 + dbd::oracle

2002-12-06 Thread Geoffrey Young
$ENV{'ORACLE_HOME'} is set correctly right before the connection attempt (it missing would result in an additional warning in the trace). that's not necessarily true. Also, the same script run from bash does successfully connect (same users, all envs set in script). I did an additional in

Re: apache2 + mod_perl2 + dbd::oracle

2002-12-06 Thread Fabian Kreitner
At 09:45 06.12.2002 +0800, you wrote: Marcin Kasperski wrote: Fabian Kreitner <[EMAIL PROTECTED]> writes: Hello all, I have problems connecting to an oracle db using mod_perl but cant figure out where the problem is. The script works fine from the bash but not through perl::registry. The scrip

Re: apache2 + mod_perl2 + dbd::oracle

2002-12-06 Thread Stas Bekman
Fabian Kreitner wrote: [...] $ENV{'ORACLE_HOME'} is set correctly right before the connection attempt (it missing would result in an additional warning in the trace). Also, the same script run from bash does successfully connect (same users, all envs set in script). read the info at the link I

Re: apache2 + mod_perl2 + dbd::oracle

2002-12-06 Thread Fabian Kreitner
At 23:17 05.12.2002 +0100, you wrote: Fabian Kreitner <[EMAIL PROTECTED]> writes: > Hello all, > > I have problems connecting to an oracle db using mod_perl but cant > figure out where the problem is. The script works fine from the bash > but not through perl::registry. The script only sets the e

Re: apache2 + mod_perl2 + dbd::oracle

2002-12-05 Thread Stas Bekman
Marcin Kasperski wrote: Fabian Kreitner <[EMAIL PROTECTED]> writes: Hello all, I have problems connecting to an oracle db using mod_perl but cant figure out where the problem is. The script works fine from the bash but not through perl::registry. The script only sets the environment variables

Re: apache2 + mod_perl2 + dbd::oracle

2002-12-05 Thread Marcin Kasperski
Fabian Kreitner <[EMAIL PROTECTED]> writes: > Hello all, > > I have problems connecting to an oracle db using mod_perl but cant > figure out where the problem is. The script works fine from the bash > but not through perl::registry. The script only sets the environment > variables and then tries

apache2 + mod_perl2 + dbd::oracle

2002-12-05 Thread Fabian Kreitner
Hello all, I have problems connecting to an oracle db using mod_perl but cant figure out where the problem is. The script works fine from the bash but not through perl::registry. The script only sets the environment variables and then tries a connect. Any suggestions please? If you need furth