Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: DBMS_OUTPUT problem

Re: DBMS_OUTPUT problem

From: mgumbs <mgumbs_at_iclway.co.uk>
Date: 2000/04/10
Message-ID: <38f251ee_1@news2.vip.uk.com>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US