Re: PL/SQL -- a mute?

From: Edgar Dijkhuizen <Edgar.Dijkhuizen_at_cbr.nl>
Date: 1996/08/11
Message-ID: <Dvyqu9.Gr9_at_inter.NL.net>#1/1


"Jonathan Lent" <jlent3_at_jcpenney.com> wrote:

>Somebody please confirm this: PL/SQL has no way of getting output to the
>standard output device without using some other application to print the
>output. Having used Sybase's Transact SQL (although I don't particularly
>like Sybase), I'm a little floored that there aren't any basic output
>commands in PL/SQL. I know I could write a SQL*Plus script, but it seems a
>little kludgy. Any comments or advice?
 

>--
>Respectfully,
 

>Jonathan Lent
>[ All statements are mine alone ]

spool bla
set server output on

dbms_output.put_line('anything'); Received on Sun Aug 11 1996 - 00:00:00 CEST

Original text of this message