Re: DBMS_OUTPUT where ?

From: <bevans_at_pinpoint.avl.com>
Date: 1996/03/26
Message-ID: <NEWTNews.827866588.18984.bevans_at_bje.avl.com>#1/1


Thanks to all who responded.

SET SERVEROUTPUT ON does the trick.
The book I was using ("Oracle PL/SQL Programming", Steven Feuerstein) stated on page 482 that SET SERVEROUTPUT ON was equivalent to
dbms_output.enable.

I guess not.

BOB.  
> Why doesn't the following produce any output ?
 

> SQL> begin
> 2 dbms_output.enable;
> 3 dbms_output.put_line ('test');
> 4 end;
> 5 /
>
> PL/SQL procedure successfully completed.
>
> SQL>
>
> (ok - so where's the output ?)
>
>
>
Received on Tue Mar 26 1996 - 00:00:00 CET

Original text of this message