Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: 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
Diagnosis 101: 12/16 Detroit, 1/27 Atlanta
- SQL Optimization 101: 12/8 Dallas, 2/16 Dallas
- Hotsos Symposium 2004:
March 7–10 Dallas
- Visit www.hotsos.com for schedule
details...
-----Original Message-----
From: ml-errors@fatcity.com
[mailto:ml-errors@fatcity.com] On Behalf Of KENNETH
JANUSZ
Sent: Sunday, December 07, 2003
9:34 PM
To: Multiple recipients of list
ORACLE-L
Subject: PERL?
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
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: <ryan_oracle_at_cox.net INET: ryan_oracle_at_cox.net 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 - 07:09:25 CST