Database Tuning (MOSC)

MOSC Banner

Query dba_role_privs

edited Apr 21, 2009 4:20PM in Database Tuning (MOSC) 3 commentsAnswered
 Is there any better way to run this SELECT sql:
select grantee, default role, granted_role from dba_role_privs where default_role='YES' and grantee not in (select role from dba_roles);

it took me long time to complete.

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