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: PL/SQL Question

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@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 - 08:05:27 CDT

Original text of this message

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