-- Instead of 'exec' in SQL Developer call MY_SCHEMA.my_procedure(); -- Shorter than : BEGIN MY_SCHEMA.my_procedure(); END;