Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL Question
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
![]() |
![]() |