Database Administration (MOSC)

MOSC Banner

How to get a list of all grantable privileges in oracle database 11.2.0.4?

edited Feb 22, 2019 10:58AM in Database Administration (MOSC) 12 commentsAnswered

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?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center