how to view dbms_output in sql developer code example Example: dbms_output sql developer SET SERVEROUTPUT ON BEGIN Dbms_Output.Put_Line(Systimestamp); END;