7.93 DBA_USED_PUBPRIVS
DBA_USED_PUBPRIVS lists the privileges that are used from the PUBLIC role 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  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               The sequence number of the privilege analysis run during which the privilege was reported  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Operating system login username  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Client host machine name  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Module name  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Name of the user who used the privilege from the   | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Used system privilege  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Used object privilege  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Object owner  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Name of the object that   | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Type of the object that   | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Indicates whether the  
  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               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_RESULTprocedure