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