Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: DBMS_OUTPUT problem
In SQL*Plus
Set serverout on
M
marketmaker wrote in message
<21c6095c.1e0b1fc2_at_usw-ex0102-084.remarq.com>...
>I was writing the following plsql code under Oracle8i and got no
>output message. Can anyone tell me what went wrong? Thanks a
>lot!
>
>SQL> begin
> 2 dbms_output.enable();
> 3 dbms_output.put_line('sdaf');
> 4 end;
> 5 /
>
>PL/SQL procedure successfully completed.
>
>mm
>
>
>* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network
*
>The fastest and easiest way to search and participate in Usenet - Free!
>
Received on Mon Apr 10 2000 - 00:00:00 CDT