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: How to force a flush of dbms_output.put_line

Re: How to force a flush of dbms_output.put_line

From: Wayne Linton <lintonw_at_cadvision.com>
Date: 1997/06/01
Message-ID: <33924C31.2071@cadvision.com>#1/1

Xuewei Zhou wrote:
>
> I notice dbms_output.put_line does not print out the lines until my procedure
> is finished. I put 100 put_line in my procedure, it doesn't print one by one,
> it prints all of them at the end. Is there a way to force it print right after
> dbms_output.put_line is called?
>
> Thanks,
>
> zhou

Try writing to a pipe, and have another task running that reads the pipe and displays the message.

Wayne Linton
Shell Canada Ltd. Received on Sun Jun 01 1997 - 00:00:00 CDT

Original text of this message

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