RE: Environment setup

2002-10-04 Thread Kipp, James
help with the above methods, let me know -Original Message- From: Steve Main [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 11:03 AM To: Kipp, James; Steve Main; [EMAIL PROTECTED] Subject: RE: Environment setup Thanks for the quick reply James, How would I set this up in a

RE: Environment setup

2002-10-04 Thread Steve Main
tober 04, 2002 8:29 AM To: 'Steve Main'; Kipp, James; [EMAIL PROTECTED] Subject: RE: Environment setup Another thing you might want to try is making a small module to house your variables. You should be able to do something like this: ### #ora.pm -- houses global varia

RE: Environment setup

2002-10-04 Thread Timothy Johnson
[mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 8:03 AM To: Kipp, James; Steve Main; [EMAIL PROTECTED] Subject: RE: Environment setup Thanks for the quick reply James, How would I set this up in a script and have all the other scripts be able to use it? -Original Message-

RE: Environment setup

2002-10-04 Thread Steve Main
Thanks for the quick reply James, How would I set this up in a script and have all the other scripts be able to use it? -Original Message- From: Kipp, James [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 7:33 AM To: 'Steve Main'; [EMAIL PROTECTED] Subject: RE: E

RE: Environment setup

2002-10-04 Thread Kipp, James
you can use the %ENV hash example: $ENV{ORACLE_HOME} = "/opt/oracle/product/9.0.1"; > -Original Message- > From: Steve Main [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 04, 2002 10:23 AM > To: [EMAIL PROTECTED] > Subject: Environment setup > > > Hello list, > > I have an Oracle f