[Home] [Help]
[Dependency Information]
| Object Name: | USER_COL_COMMENTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Comments on columns of user's tables and views
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TABLE_NAME | VARCHAR2 | (128) | Yes | Object name |
| COLUMN_NAME | VARCHAR2 | (128) | Yes | Column name |
| COMMENTS | VARCHAR2 | (4000) | Comment on the column | |
| ORIGIN_CON_ID | NUMBER | ID of Container where row originates |
Cut, paste (and edit) the following text to query this object:
SELECT TABLE_NAME
, COLUMN_NAME
, COMMENTS
, ORIGIN_CON_ID
FROM SYS.USER_COL_COMMENTS;
SYS
INT$DBA_COL_COMMENTS
PUBLIC
USER_COL_COMMENTS
|
|
|
|