put_line: any way to have nonbuffered output?

From: geos <geos_at_nowhere.invalid>
Date: Wed, 05 Oct 2011 10:33:57 +0200
Message-ID: <j6h4pm$h8s$1_at_news.task.gda.pl>



put_line places data into buffer. this data is displayed as soon as pl/sql code is finished and control returns to invoking environment (eg. sqlplus). in some sense the display via put_line is delayed compared to the moment of data availability.

is there any other way in oracle, built-in or via third party methods/packages, that controls display from pl/sql code without using the "display buffer", ie. immediately after the data is available?

I would greatly appreciate your help and explanations. thank you,
geos

-- 
FUT to: comp.databases.oracle.misc
Received on Wed Oct 05 2011 - 03:33:57 CDT

Original text of this message