Identifying users without DEFAULT ROLE ALL
mtefftJan 5 2011 — edited May 25 2011I want to query the database catalog to identify users who have been defined without DEFAULT ROLE ALL. Unfortunately I do not see anything in DBA_USERS that would tell me this.
I suppose I could run DBMS_METADATA.EXTRACT_DDL to generate scripts for all users, and examine the output, but I would like something more direct.
Thanks,
Mike Tefft