Which three are true about privileges? (Choose three.)
Which three are true about privileges? (Choose three.)
A combination of object and system privileges can indeed be granted to a role, which allows for greater flexibility in managing permissions. Schema owners have the ability to grant object privileges on objects within their schema to other users or roles. Only users with the GRANT ANY PRIVILEGE privilege can grant and revoke system privileges from other users, emphasizing their unique authority in managing system-level permissions. Not all types of schema objects have associated object privileges, which excludes option B. The creation of roles is not exclusive to users with the DBA role, making option D incorrect. Additionally, object privileges granted on a table do not automatically apply to its synonyms, thus option F is also not correct.
ACF correct
why not B?
https://docs.oracle.com/cd/A58617_01/server.804/a58227/ch18.htm Some schema objects do not have associated object privileges; their use is controlled with system privileges
why is E wrong ?
i think the "only" is killing it
Why C is not correct?
A C F are correct