less than 1 minute read


While I’m talking today, heres another feature people have been asking for. Separated DBMS_OUTPUT from the main worksheet.

This way you can now have several worksheets on the same connection pumping out anything onto dbms_output and it appears nicely in the dockable window. You can still specify it inline in the code with
set serveroutput on
and it will appear in the script output window as an alternative.