Overview
USER_COL_COMMENTS describes comments on the columns of the tables and views owned by the current user.
Related views
ALL_COL_COMMENTS
DBA_COL_COMMENTS
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| 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. |