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

Home -> Community -> Usenet -> c.d.o.server -> Re: dbms_output statements print after executing WHY?

Re: dbms_output statements print after executing WHY?

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/03/02
Message-ID: <952037825.25885.0.pluto.d4ee154e@news.demon.nl>#1/1

Because the output is buffered. It will not print until the first buffer is flushed. There seems to be a dbms_debug package now. I never used that, but you would expect that would work differently.

Hth,

Sybrand Bakker, Oracle DBA

anurag <aminochaNOamSPAM_at_unibiz.com.invalid> wrote in message news:0a2889cc.07cf71b8_at_usw-ex0105-034.remarq.com...
> Hi,
> I was wondering why does pl/sql print the dbms_output statements
> after executing the procedure. why cannot it work like any other
> language and make our lifes easy.
>
> Thanks
> Anurag
>
>
>
>
> * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network
 *
> The fastest and easiest way to search and participate in Usenet - Free!
>
Received on Thu Mar 02 2000 - 00:00:00 CST

Original text of this message

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