| Table Name | Description |
| ALL_COL_PRIVS | Grants on columns for which the user is the grantor, grantee, owner, or an enabled role or PUBLIC is the grantee |
| Column ID | Column name | Data type | Length | Precision | NULL | Description |
| 1 | GRANTOR | VARCHAR2 | 30 | (null) | N | Name of the user who performed the grant |
| 2 | GRANTEE | VARCHAR2 | 30 | (null) | N | Name of the user to whom access was granted |
| 3 | TABLE_SCHEMA | VARCHAR2 | 30 | (null) | N | Schema of the object |
| 4 | TABLE_NAME | VARCHAR2 | 30 | (null) | N | Name of the object |
| 5 | COLUMN_NAME | VARCHAR2 | 30 | (null) | N | Name of the column |
| 6 | PRIVILEGE | VARCHAR2 | 40 | (null) | N | Column Privilege |
| 7 | GRANTABLE | VARCHAR2 | 3 | (null) | Y | Privilege is grantable |