Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: RE: PERL?

Re: RE: PERL?

From: Mladen Gogala <mladen_at_wangtrading.com>
Date: Mon, 08 Dec 2003 06:09:26 -0800
Message-ID: <F001.005D92D4.20031208060926@fatcity.com>


Say, handling screen forms, sockets and pipes would be considered rather sophisticated IO, don't you think? Generally speaking, PL/SQL can only do simpleton I/O (a.k.a doofus I/O) while perl is much more sophisticated

On 12/08/2003 08:09:25 AM, ryan_oracle_at_cox.net wrote:
> what do you mean by sophisticated I/O?
> >
> > From: "Cary Millsap" <cary.millsap_at_hotsos.com>
> > Date: 2003/12/07 Sun PM 11:59:25 EST
> > To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
> > Subject: RE: PERL?
> >
> > You'll get much more comprehensive answers than mine, but a few huge
> > motives for me are.
> >
> >
> >
> > - You can't do I/O-especially sophisticated interactive
> > I/O-conveniently in SQL*Plus or PL/SQL.
> >
> > - More generally, SQL restricts your viewpoint to what's inside
> > the database. As a performance analyst, I need a language in which I can
> > do text processing, mathematical processing, and especially experiments
> > with the same OS calls that Oracle uses. You can even attach directly to
> > the Oracle SGA with Perl, where you can get x$ information without using
> > SQL. (I don't do it, but it can be done.)
> >
> > - Perl regular expression processing is spectacular compared to
> > anything else out there; this is critical for text processing (lexical
> > analysis and parsing).
> >
> > - Perl is more portable, more easily extensible, and better
> > supported with lots of interesting open source libraries than Unix
> > shells.
> >
> >
> >
> > Cary Millsap
> > Hotsos Enterprises, Ltd.
> > http://www.hotsos.com
> >
> > Upcoming events:
> > - Performance <http://www.hotsos.com/training/PD101.html> Diagnosis
> > 101: 12/16 Detroit, 1/27 Atlanta
> > - SQL Optimization 101: 12/8 Dallas, 2/16 Dallas
> > - Hotsos Symposium 2004 <http://www.hotsos.com/events/symposium/2004> :
> > March 7-10 Dallas
> > - Visit www.hotsos.com for schedule details...
> >
> > -----Original Message-----
> > KENNETH JANUSZ
> > Sent: Sunday, December 07, 2003 9:34 PM
> > To: Multiple recipients of list ORACLE-L
> >
> >
> >
> > I've read a lot about PERL on this list. And, I am wondering what can
> > you do with PERL that you cannot do with SQL*Plus, PL/SQL or Unix shell
> > scripts?
> >
> >
> >
> > Any information will be greatly appreciated.
> >
> >
> >
> > Thanks much,
> >
> > Ken Janusz, CPIM
> >
> >
> >
>

Mladen Gogala
Oracle DBA

Note:
This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Mladen Gogala
  INET: mladen_at_wangtrading.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Dec 08 2003 - 08:09:26 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US