Desarrollador SQL DBMS_Output SQL

SET SERVEROUTPUT ON
BEGIN
 Dbms_Output.Put_Line(Systimestamp);
END;
Wrong Willet