I was trying to follow some instructions today, and it starts with the comment
REM In SQLPlus I manually copy in each line and execute it.
This would do it:
begin procedure_name ('parameter1', 'parameter2'); end; /