Oracle and Perl

2003-09-09 Thread Smith, Ron L.
Can anyone tell me how to pick up the $ORACLE_SID or $ORACLE_HOME from within a Perl script? Thanks! Ron Smith -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Smith, Ron L. INET: [EMAIL PROTECTED] Fat City Network Services-- 858-538-5051 http://www.fatcity.com

AW: Oracle and Perl

2003-09-09 Thread Kulev, Milen
Hi, Ron my $ORA_SID = $ENV{'ORACLE_SID'} my ORAC_HOME = $ENV{'ORACLE_HOME'} should siffice ;) HTH. Milen -Ursprüngliche Nachricht- Von: Smith, Ron L. [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 9. September 2003 15:39 An: Multiple recipients of list ORACLE-L Betreff: Oracle

RE: Oracle and Perl

2003-09-09 Thread Mladen Gogala
$ENV{ORACLE_HOME}, $ENV{ORACLE_SID} -- Mladen Gogala Oracle DBA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Smith, Ron L. Sent: Tuesday, September 09, 2003 9:39 AM To: Multiple recipients of list ORACLE-L Subject: Oracle and Perl Can

RE: Oracle and Perl

2003-09-09 Thread Smith, Ron L.
, Ron L. [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 9. September 2003 15:39 An: Multiple recipients of list ORACLE-L Betreff: Oracle and Perl Can anyone tell me how to pick up the $ORACLE_SID or $ORACLE_HOME from within a Perl script? Thanks! Ron Smith -- Please see the official ORACLE-L FAQ

Re: Connecting to Oracle via Perl

2002-04-05 Thread Jared Still
On Wednesday 03 April 2002 06:53, Koivu, Lisa wrote: * Anytime I connect to sql*plus (I don't do it with DBI) I use the system call and refer to the parameter value in the hash within my connect string: $$parms_ref{'elvis_pw'}. I don't use DBI because my calls are to fire stored

Connecting to Oracle via Perl

2002-04-03 Thread Rick_Cale
Hi DBAs, Environment is Oracle 8.1.6 NT 4.0 What is the best way to connect to Oracle using Perl? I do not want to hard-code password in script if not necessary. I could not find a way to embed in dsn creation. Any suggestions/working examples on how to achieve this is appreciated? I do

RE: Connecting to Oracle via Perl

2002-04-03 Thread Farnsworth, Dave
to connect to Oracle using Perl? I do not want to hard-code password in script if not necessary. I could not find a way to embed in dsn creation. Any suggestions/working examples on how to achieve this is appreciated? I do not have any kind of password server. Thanks Rick -- Please see the official

RE: Connecting to Oracle via Perl

2002-04-03 Thread Koivu, Lisa
Resorts, Inc. 954-935-4117 -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 8:58 AM To: Multiple recipients of list ORACLE-L Subject: Connecting to Oracle via Perl Hi DBAs, Environment is Oracle 8.1.6 NT 4.0 What

Re: Connecting to Oracle via Perl

2002-04-03 Thread Steven Lembark
-- [EMAIL PROTECTED] Environment is Oracle 8.1.6 NT 4.0 What is the best way to connect to Oracle using Perl? I do not want to hard-code password in script if not necessary. I could not find a way to embed in dsn creation. Any suggestions/working examples on how to achieve

NON-oracle question: perl script to syn time with an vax host

2001-07-25 Thread ph
hi, anyone know where i can find an perl script to syn a PC clock to a VAX clock? thanks for any help, sorry for non-oracle question === Patrick Housholder Sr. Staff Anl Tech Spt Design United Airlines Flight Training Center Denver CO -- Please see the official

RE: NON-oracle question: perl script to syn time with an vax hos

2001-07-25 Thread Reardon, Bruce (CALBBAY)
Hi Patrick, Not a Perl script but, Do you run Pathworks on the Vax and if so what version? With Pathworks V5 and above you can do it from an NT cmd line with a simple net time command. eg if running Pathworks and VAX is called vax1 then from NT command line: net time \\vax1 /set /y (ie NT