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