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 of the object  | 
| 
 
  | 
 
  | 
 
  | 
 Name of the object  | 
| 
 
  | 
 
  | 
 
  | 
 Name of the column  | 
| 
 
  | 
 
  | 
 Comment on the column  | 
|
| 
 
  | 
 
  | 
 The ID of the container where the data originates. Possible values include: 
  | 
See Also: