Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to use the DBMS_OUTPUT package ?
In article <38D8937E.FB495C05_at_fisystem.fr>,
Alain Kreienbuhl <akreienb_at_fisystem.fr> wrote:
> Hello,
>
> (Sorry for this) But how do you use the DBMS_OUTPUT.
>
> Thanks.
>
> Alain.
>
>
par example
dbms_output.put_line ('Text : '||variable);
in SQL+ you must type in " SET SERVEROUTPUT ON" to see what dbms_output writes out
in TOAD you have to open a DBMS OUTPUT Window in the same session you use dbms_output
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Wed Mar 22 2000 - 05:29:59 CST
![]() |
![]() |