Is immediate output from DBMS_OUTPUT.PUT_LINE possible
486058Apr 5 2006 — edited Apr 6 2006I have not been able to find a way to have my PUT_LINE's output to the user immediately. All of the data is buffered until the procedure is complete and the it is all dumped at the same time. I have some procedures that do several steps that can each take a few minutes to complete. I would like to be able to let the use know that there is progress being made. Is it possible to "flush" the output buffer?
Thanks in advance for your help,
Jim Marciniak