RE: ORACLE_HOME environment variable not set

2001-04-03 Thread Charley Wu
environment variable not set Are you seeting the ORACLE_HOME environmental variable as thus?: BEGIN { $ENV{ORACLE_HOME} = '/path/to/oracle/product/'; } -- anthony bouvier notsoevil philosopher -- > -Original Message- > From: Charley Wu [mailto:[EMAIL PR

Re: ORACLE_HOME environment variable not set

2001-04-02 Thread Daniel Kirkwood
- From: "MPM" <[EMAIL PROTECTED]> To: "Sterin, Ilya" <[EMAIL PROTECTED]> Cc: "Charley Wu" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 1:50 PM Subject: RE: ORACLE_HOME environment variable not set > Actually, I

RE: ORACLE_HOME environment variable not set

2001-04-02 Thread MPM
Actually, I'd question this. I get the same error(though i can still connect). I've even put debuging code into the script that we use to start apache and it shows that $ORACLE_HOME is properly set when the script is run. Just for reference Versions: Perl 5.6.0 DBI 1.14 DBD::ORACLE 1.06 I haven

RE: ORACLE_HOME environment variable not set

2001-04-02 Thread Sterin, Ilya
The browser connects with a user nobody or www or other, since when you installed Oracle the ORACLE_HOME was not set for this user, you can either set it in the environment or explicitely in you script. A sample script would also help. Ilya Sterin -Original Message- From: Charley Wu [ma

RE: ORACLE_HOME environment variable not set

2001-04-02 Thread Anthony Bouvier
Are you seeting the ORACLE_HOME environmental variable as thus?: BEGIN { $ENV{ORACLE_HOME} = '/path/to/oracle/product/'; } -- anthony bouvier notsoevil philosopher -- > -Original Message- > From: Charley Wu [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 02, 2001 5:04 PM > To