SQL>SQL>SQL> create or replace procedure my_proc as 2 begin 3 null; 4 end my_proc; 5 /Procedure created.SQL>SQL>