Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is immediate output from DBMS_OUTPUT.PUT_LINE possible

486058Apr 5 2006 — edited Apr 6 2006
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 4 2006
Added on Apr 5 2006
4 comments
4,195 views