SET SERVEROUTPUT ON
BEGIN
DBMS_OUTPUT.PUT_LINE ('Hello World');
END;
BEGIN DBMS_OUTPUT.PUT_LINE ('Hello World'); END;