RE: CGI and Oracle Question,

2002-07-05 Thread Anders Holm
t; From: Naser Ali [mailto:[EMAIL PROTECTED]] > Sent: 05 July 2002 16:06 > To: '[EMAIL PROTECTED]' > Cc: [EMAIL PROTECTED] > Subject: RE: CGI and Oracle Question, > > > Thanks Stephen, > > I added the line as you mentioned. I am getting this error message. I > v

RE: CGI and Oracle Question,

2002-07-05 Thread Naser Ali
uly 05, 2002 10:48 AM To: [EMAIL PROTECTED] Subject: RE: CGI and Oracle Question, try adding this to the beginning BEGIN { $ENV{ORACLE_HOME} = '/opt/oracle etc'; $ENV{ORACLE_SID} = 'SID'; } Stephen Redding BT Ignite Solutions Telephone - 0113 237 3312 Fax -

RE: CGI and Oracle Question,

2002-07-05 Thread Naser Ali
I did. It is set in the .profile of user www. I dont know how to set it inside thecalling script though.? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 10:43 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: CGI and Oracle

RE: CGI and Oracle Question,

2002-07-05 Thread TomST
You will need to set your $ORACLE_HOME $ORACLE_HOME = "/path/to/oracle"; -Original Message- From: Naser Ali [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 9:32 AM To: '[EMAIL PROTECTED]' Subject: CGI and Oracle Question, Hello Everyone, I am trying to access Oracle database ob