Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: DBMS_OUTPUT.PUT_LINE doesn't work
In article <36321085.A1FDBAA3_at_cc.ece.ntua.gr>, vagelis Hristidis
<exrist_at_cc.ece.ntua.gr> writes
>I try to have some text printed in sqlplus.
>I type:
>
>exec DBMS_OUTPUT.enable;
>exec DBMS_OUTPUT.PUT_LINE('hallo');
> I get the answer "PL/SQL procedure successfully completed."
> for both commnads but nothing is printed.
>What's wrong?
>
Hands up who hasn't got this wrong the first time.
"set serveroutput on"
Steve
-- Please remove nospam from my address to Reply.Received on Sat Oct 24 1998 - 00:00:00 CDT