How to get a list of all grantable privileges in oracle database 11.2.0.4?
Hi:
I did this before but want to double-confirm with DBAs: which fixed view(dba_) or dynamic views (v$view) I should check against to get a list of all grantable grants in database 11.2.0.4?
I used: dba_sys_privs, dba_tab_privs, dba_role_privs these 3 views to check by excluding Oracle default accounts ('SYS', 'SYSTEM', 'WMSYS', ' SYSMAN','MDSYS','ORDSYS','XDB', etc). Is it correct? Is there anything missing? Certain privileges only matter for specific types of objects, our user objects only have: table, index, views, trigger, sequences, LOBs, procedure, package, functions. Then is it enough to check these 3 views?