Assuming the dba wants to give a user the priveledge
to execute only 4 procedures (PROC_1,PROC_2, PROC_3, PROC_4)
How would you grant priveledge to a user

NOTE: I do not want to grant the user
EXECUTE ANY PROCEDURE priveledge.

NOTE: I did not find this in any docs.