2.81 ALL_COL_PRIVS
ALL_COL_PRIVS describes the following types of grants:
                  - 
                        Column object grants for which the current user is the object owner, grantor, or grantee 
- 
                        Column object grants for which an enabled role or PUBLICis the grantee
Related Views
- 
                        DBA_COL_PRIVSdescribes all column object grants in the database.
- 
                        USER_COL_PRIVSdescribes the column object grants for which the current user is the object owner, grantor, or grantee.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Name of the user who performed the grant | 
| 
 | 
 | 
 | Name of the user or role to whom access was granted | 
| 
 | 
 | 
 | Schema of the object | 
| 
 | 
 | 
 | Name of the object | 
| 
 | 
 | 
 | Name of the column | 
| 
 | 
 | 
 | Privilege on the column | 
| 
 | 
 | 
 | Indicates whether the privilege was granted with the  | 
| 
 | 
 | 
 | Indicates how the grant was made. Possible values: 
 | 
| 
 | 
 | 
 | Indicates whether the privilege grant was inherited from another container ( This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). | 
See Also: