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