You are on page 1of 1

set serveroutput on

DECLARE
-- variables
BEGIN
dbms_output.put_line('mensaje');
END;
/

You might also like