Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: output from PL/SQL
Hi all,
There is 2 pkg to see (and use in PL/SQL anonymous block or
procedure/function/trigger):
-DBMS_OUTPUT (it works)
i.e. : dbms_output.put_line('my var=' || nMyVar );
-DBMS_ALERT (i prefer this one because its output "live")
These pkg must be installed of course !
Regards
Yann Received on Fri Sep 24 1999 - 17:32:49 CDT
![]() |
![]() |