DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.USER_COL_COMMENTS

Object Details
Object Name: USER_COL_COMMENTS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Comments on columns of user's tables and views

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

SYS.USER_COL_COMMENTS references the following:

SchemaSYS
ViewINT$DBA_COL_COMMENTS
SYS.USER_COL_COMMENTS is referenced by following:

SchemaPUBLIC
SynonymUSER_COL_COMMENTS