feature request: dbms_output enhancement

I suppose following enhancements :

1) To avoid skipping output information -- add notification into DBMS Output tab for test script.

No output tab configuration:
[Test script][DBMS Output][Statistics][Profiler][Trace]

if output presents then tab notifies about this:
[Test script][**DBMS Output**][Statistics][Profiler][Trace]

2) To encance debugging experience please make DBMS Output tab asynchronous -- i.e. allow reading output while script is running. This is possible with oracle. Just make separate thread in your program for reading output. I tested this feature recently with Delphi using two threads.
 
Last edited:
1) To avoid skipping output information -- add notification into DBMS Output tab for test script.

No output tab configuration:
[Test script][DBMS Output][Statistics][Profiler][Trace]
I have added this to the list of enhancement requests.

2) To encance debugging experience please make DBMS Output tab asynchronous -- i.e. allow reading output while script is running. This is possible with oracle. Just make separate thread in your program for reading output.
This has been added in 10.0.
 
Back
Top