| Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-03  | 
  | 
  | 
View PDF | 
ALL_COL_COMMENTS displays comments on the columns of the tables and views accessible to the current user.
Related Views
DBA_COL_COMMENTS displays comments on the columns of all tables and views in the database.
USER_COL_COMMENTS displays comments on the columns of the tables and views owned by the current user. This view does not display the OWNER column.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
OWNER | 
VARCHAR2(30) | 
NOT NULL | 
Owner of the object | 
TABLE_NAME | 
VARCHAR2(30) | 
NOT NULL | 
Name of the object | 
COLUMN_NAME | 
VARCHAR2(30) | 
NOT NULL | 
Name of the column | 
COMMENTS | 
VARCHAR2(4000) | 
Comment on the column | 
See Also: