I never use those. I find it better not to be overly smart with sqlplus. 
Sqlplus is a program for ad-hoc queries from the command line and for
the administrative functions (startup/shutdown, alter database/system),
nothing more and nothing less. If I need a program, I can either write a 
PL/SQL block, anonymous or not, or a program in another language, like perl,
C or C++. As a DBA tool, sqlplus is not very well suited for general developer
or user population. SQL*Plus has a ghastly and disgusting user interface,
implemented without "readline" or equivalent, which would give a command history.
Littering the system with those @#$%! afiedt.buf files is bad enough but line
editting commands are an indicator of how much oracle cares for the user 
interface. They've had several catastrophic failures (Oracle*Media - does anybody still
remember the Ellison's "pizza" presentation when he ordered a pizza using interactive 
TV?
Oracle Developer is another monumental flop. They've lost a significant portion of the 
market
after transition from SQL*Forms 3.0 -> Developer 2000, which was practically unusable )
because of the inadequate user interface and sqlplus is definitely not something that 
I'd like presenting to my users. Using features like "var" and "print" is, in my
opinion, being too smart for one's own good. If you need a report on permanent basis,
write a perl script. Perl, after all, is a reporting tool ("Practical Extraction and 
Reporting Language") with a phenomenal regular expression engine. Sqlplus, on the 
other side,
is a DBA tool. If the company is willing to spend some money, there are always Crystal 
Reports,
Business Objects and VB/VC++ for creating data entry forms. OEM is jet another example 
of oracle's
user interface blunder, with it's slow speed, huge memory consumption and parts that 
simply 
do not work (change management pack)

On 11/11/2003 07:59:24 PM, Jonathan Gennick wrote:
> Tuesday, November 11, 2003, 5:44:26 PM, Mladen Gogala ([EMAIL PROTECTED]) wrote:
> MG> Of course, within sqlplus one can only use it to invoke another 
> MG> PL/SQL procedure.
> 
> You can also PRINT (SQL*Plus command) the value of a
> REFCURSOR variable returned by a stored procedure to
> generate a SQL*Plus report.
> 
> Best regards,
> 
> Jonathan Gennick --- Brighten the corner where you are
> http://Gennick.com * 906.387.1698 * mailto:[EMAIL PROTECTED]
> 
> Join the Oracle-article list and receive one
> article on Oracle technologies per month by 
> email. To join, visit http://four.pairlist.net/mailman/listinfo/oracle-article, 
> or send email to [EMAIL PROTECTED] and 
> include the word "subscribe" in either the subject or body.
> 
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> -- 
> Author: Jonathan Gennick
>   INET: [EMAIL PROTECTED]
> 
> 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: [EMAIL PROTECTED] (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).
> 

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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to