displaying while FOR loop is executing
451393Nov 14 2005 — edited Nov 14 2005If I have a dbms_output.put_line statement inside a FOR loop, I won't be able to see the output until all the iterations of the loop are completed.
If I want to see the record that is currently being processed in the for loop while the loop is still running, what should I do ?