Granting privileges to SYS objects
Hi,
what is the minimum privilege/role to grant privileges to SYS object like that:
GRANT EXECUTE ON SYS.DBMS_FEATURE_USAGE_REPORT TO MYROLE?
Is logging as SYS the only option? Is that possible to create a new role that is able to perform this operation?
Thank you in advance.
0