oracle - Problem with execute procedure in PL/SQL Developer - Stack Overflow:

Calling stored procedures using execute as above is specific to SQL*Plus. In fact, SQL*Plus converts execute some_proc() into BEGIN some_proc(); END;...

Labels: