SET SERVEROUTPUT ON FORMAT WRAPED; BEGIN DBMS_OUTPUT.ENABLE; DBMS_OUTPUT.PUT_LINE('Hello oracle!'); END;