Grant execute any function or package
A-KMay 23 2009 — edited May 23 2009Hi,
Does the below command give execute priviliges on functions and packages too ?
grant execute any procedure to <user>;
When i give same for fucntion it gives following error,
SQL> grant execute any function to user2;
grant execute any function to user2
*
ERROR at line 1:
ORA-00990: missing or invalid privilege
Thanks.