Re: PL/SQL Question

From: Brian Peasland <peasland_at_edcmail.cr.usgs.gov>
Date: Fri, 3 Sep 1999 13:05:27 GMT
Message-ID: <37CFC797.971800FA_at_edcmail.cr.usgs.gov>


Try this:

  set serveroutput on
  begin

     dbms_output.put_line('Hello');
  end;

HTH,
Brian

chi-on wong wrote:
>
> Hi, is there a way to do the following in a PL/SQL block:
>
> Begin
>
> Message('Hello');
>
> End;
Received on Fri Sep 03 1999 - 15:05:27 CEST

Original text of this message