SET SERVEROUTPUT ON BEGIN DBMS_OUTPUT.PUT_LINE('Hello World!'); END; dbms_output.enable(); dbms_output.put_line();