6.96 DBA_UNUSED_USERPRIVS_PATH
DBA_UNUSED_USERPRIVS_PATH lists the user 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 a privilege analysis policy | 
| 
 | 
 | 
 | Name of the user whose privileges are reported | 
| 
 | 
 | 
 | Name of the role whose unused privileges are reported (for  | 
| 
 | 
 | 
 | Unused user privilege | 
| 
 | 
 | 
 | The user whose user privileges the grantee can exercise | 
| 
 | 
 | 
 | Indicates whether the privilege is granted with the  
 | 
| 
 | 
 | 
 | User privilege grant paths | 
| 
 | 
 | 
 | The name of the run during which the privilege was reported This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). | 
See Also:
- 
                           Oracle Database Vault Administrator’s Guide for more information about privilege analysis 
- 
                           Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_PRIVILEGE_CAPTURE.GENERATE_RESULTprocedure