Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: output from PL/SQL

Re: output from PL/SQL

From: Blues <gotblues_at_multimania.com>
Date: Sat, 25 Sep 1999 00:32:49 +0200
Message-ID: <7sgu76$v0$1@front1m.grolier.fr>


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

Original text of this message

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