SET SERVEROUTPUT ON BEGIN DBMS_OUTPUT.PUT_LINE('Line 1 of 3'); DBMS_OUTPUT.PUT_LINE('Line 2 of 3'); DBMS_OUTPUT.PUT_LINE('Line 3 of 3'); END; /