6.83 DBA_UNUSED_PRIVS
DBA_UNUSED_PRIVS
lists the privileges that are not used for the privilege analysis policies reported by the DBMS_PRIVILEGE_CAPTURE.GENERATE_RESULT
procedure.
This view provides access to analyzed privilege records in SYS
tables.
You must have the CAPTURE_ADMIN
role to access this view.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the privilege analysis policy |
|
|
|
Name of the user whose unused privileges are reported |
|
|
|
Name of the role whose unused privileges are reported (for |
|
|
|
Unused system privilege |
|
|
|
Unused object privilege |
|
|
|
Unused user privilege |
|
|
|
Object owner |
|
|
|
Name of the object that |
|
|
|
Type of the object that |
|
|
|
Name of the column that |
|
|
|
Indicates whether the privilege is granted with the GRANT option or the ADMIN option:
|
|
|
|
Privilege grant paths |
|
|
|
The name of the run during which the privilege was reported |
See Also:
-
Oracle Database Security Guide for more information about privilege analysis
-
Oracle Database PL/SQL Packages and Types Reference for more information about the
DBMS_PRIVILEGE_CAPTURE.GENERATE_RESULT
procedure