Re: DBMS_OUTPUT where ?

From: Subbu <skorisapati_at_worldbank.org>
Date: 1996/03/26
Message-ID: <4j8rd6$kh8_at_minerva.worldbank.org>#1/1




I'm new at PL/SQL.
Why doesn't the following produce any output ? I'm logged is as SYS.

Thanks, BOB.

Connected to:
Oracle7 Server Release 7.2.2.3.0 - Production Release PL/SQL Release 2.2.2.3.0 - Production

SQL> begin
  2 dbms_output.enable;
  3 dbms_output.put_line ('test');
  4 end;
  5 /

PL/SQL procedure successfully completed.


Set Serveroutput On

Subbu Received on Tue Mar 26 1996 - 00:00:00 CET

Original text of this message