How to capture the dbms_ouput when we run an update statement?
As expected, when I run a query, the results tab will show the results of the queries, however, where does the output of dbms_output.put_line text go?
Example given below:
DBMS_OUTPUT.put_line ( SQL%ROWCOUNT || ‘ rows updated’ );