RE: Perl DBI vs SQLPLUS

2002-09-26 Thread beckhale
fforts under the gun still cause anxiety. Hal > -Original Message- > From: Bob Showalter [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 5:54 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Perl DBI vs SQLPLUS > > - Original Messa

Re: Perl DBI vs SQLPLUS

2002-09-26 Thread Bob Showalter
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, September 26, 2002 2:15 AM Subject: Perl DBI vs SQLPLUS > > > > I don't know if this is the way to trespond to your question and I > >

Perl DBI vs SQLPLUS

2002-09-26 Thread beckhale
> Hal Beck > > ***** > [EMAIL PROTECTED] wrote: > > >>-Original Message- > >>From: Joseph Bajin [mailto:[EMAIL PROTECTED]] > >>Sent: Monday, June 03, 2002 2:34 PM > >>To: [EMAIL PROTECTED] > >>Subject: Perl DBI vs SQLPL

Re: Perl DBI vs SQLPLUS

2002-06-03 Thread Joseph Bajin
[EMAIL PROTECTED] wrote: >>-Original Message- >>From: Joseph Bajin [mailto:[EMAIL PROTECTED]] >>Sent: Monday, June 03, 2002 2:34 PM >>To: [EMAIL PROTECTED] >>Subject: Perl DBI vs SQLPLUS >> >> >>Got a question for you guys out there. >

RE: Perl DBI vs SQLPLUS

2002-06-03 Thread Bob Showalter
> -Original Message- > From: Joseph Bajin [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 03, 2002 2:34 PM > To: [EMAIL PROTECTED] > Subject: Perl DBI vs SQLPLUS > > > Got a question for you guys out there. > > I currently have a list of records that I n

Perl DBI vs SQLPLUS

2002-06-03 Thread Joseph Bajin
Got a question for you guys out there. I currently have a list of records that I need to search for in a mult-db that we have. I was wondering if perl would be faster to process or stick with my .ksh script that uses sqlplus. Here's how the current setup is cat input file and read for r

Re: SQLPLUS

2001-10-04 Thread David Reimertz
Yolanda Winston wrote: > I am running several scripts to runn SQL script in SQLplus > > #exec 'SQLPLUS', 'username/password@oracle_sid "@h:\\banner\\tcu\\amake.SQL" > $a1 $a2 $a3 $a3'; > > This is logging onto oracle but it cannot find my

Re: SQLPLUS

2001-10-04 Thread David Reimertz
Yolanda Winston wrote: > I am running several scripts to runn SQL script in SQLplus > > #exec 'SQLPLUS', 'username/password@oracle_sid "@h:\\banner\\tcu\\amake.SQL" > $a1 $a2 $a3 $a3'; > > This is logging onto oracle but it cannot find my