Przykłady:
create or replace procedure starter as begin insert into x values (current_timestamp, 'starter'); end;