Re: DBMS_OUTPUT.PUT_LINE does not work

From: Simon Redmond <simon_at_sibass.com>
Date: 17 Dec 2001 04:49:47 -0800
Message-ID: <746cebd2.0112170449.3f23d35a_at_posting.google.com>


make sure you have run...

set serveroutput on

in sqlplus before you execute the procedure

Simon

Stefan Röhle <roehle_at_mail.uni-mainz.de> wrote in message news:<3C1DA109.B866EB62_at_mail.uni-mainz.de>...
> Hi,
>
> I tried to use DBMS_OUTPUT.PUT_LINE('test') with a stored procedure, but
> I get no output, although I have written DBMS_OUTPUT.ENABLE; before.
> Or doesn't it work with SQL+ or SQLWorksheet?
> I just want to see if my stored procedure does the right things...
>
> Stefan
Received on Mon Dec 17 2001 - 13:49:47 CET

Original text of this message