Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Can dbms_output.put_line reflect sql output/feedback information ?
I missed the first post in this thread, but I get the impression that
the OP wants to see progress messages as the procedure executes. This is
not possible with DBMS_OUTPUT because it is buffered until such time as
the proceduire finishes, then you get to see all the messages in one go.
Not helpful.
If the OP is able, he can start one thread to run the procedure and have another thread call DBMS_OUTPUT.GET_LINE, but this is nigh on impossible to do in SQLPlus.
TOAD is able to do it, you run the query within TOAD and can watch progress messages on the DBMS_OUTPUT tab.
Cheers,
Norman.
Tel: 0113 289 6265 Fax: 0113 289 3146 URL: http://www.Lynx-FS.comReceived on Tue Jun 10 2003 - 07:22:25 CDT
-------------------------------------
![]() |
![]() |