Mega Code Archive
Categories
/
Oracle PLSQL Tutorial
/
User Privilege
Use WITH ADMIN OPTION to enable a user to grant a privilege to another user
GRANT EXECUTE ANY PROCEDURE TO yourUserName WITH ADMIN OPTION;