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