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: Jonathan Gennick <jonathan_at_gennick.com>
Date: Fri, 03 Sep 1999 03:07:30 GMT
Message-ID: <37d33b4b.3196476@netnews.worldnet.att.net>


If you are using SQL*Plus, issue this command first:

set serveroutput on

then type in this block:

begin
  dbms_output.put_line('Hello');
end;
/

regards,

Jonathan



jonathan_at_gennick.com
http://gennick.com
Brighten the Corner Where You Are

On Thu, 02 Sep 1999 17:09:09 -0700, chi-on wong <john.wong_at_sun.com> wrote:

>Hi, is there a way to do the following in a PL/SQL block:
>
>
>Begin
>
>Message('Hello');
>
>
>End;
Received on Thu Sep 02 1999 - 22:07:30 CDT

Original text of this message

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