SQL>SQL> DECLARE 2 v_status NUMBER; 3 BEGIN 4 DBMS_PIPE.PACK_MESSAGE('Insert'); 5 END; 6 /PL/SQL procedure successfully completed.SQL>