dbms_output.put_line("YOUR MESSAGE");
--Before the declare set serveroutput on; --In the anon block/procedure/package/... DBMS_OUTPUT.PUT_LINE( 'Hello world' );