CREATE [OR REPLACE] PROCEDURE proc_name [list of parameters] IS | AS //Declaration block BEGIN //Execution block EXCEPTION //Exception block END;