I have a package that is essentially a tool that performs a number of operations on a schema. Within this package I use the dbms_output.put_line function write back to the user the progress of the operations.
The problem is the output only appears when the whole procedure has finshed, not very good at informing the user of the progress of the tasks!
Is there anyway of forcing the dbms_output.put_line command to write back when the line is encountered rather than when the procedure is completed?
Thanks
Gareth
The problem is the output only appears when the whole procedure has finshed, not very good at informing the user of the progress of the tasks!
Is there anyway of forcing the dbms_output.put_line command to write back when the line is encountered rather than when the procedure is completed?
Thanks
Gareth