set serveroutput on size 1000000; -- this is a SQL*Plus command to enable the output buffer begin dbms_output.put_line('Hello, world!'); end;