Purpose
DBA_TAB_COLUMNS displays comments on all columns of all tables in the database.
Related views
ALL_COL_COMMENTS
USER_COL_COMMENTS
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| OWNER | VARCHAR2(128) | NO | The owner of the object. |
| OBJECT_NAME | VARCHAR2(128) | NO | The name of the object. |
| COLUMN_NAME | VARCHAR2(128) | NO | The name of the column. |
| COMMENTS | VARCHAR2(4000) | YES | The comment on the column. |