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


VIEW: SYS.INT$DBA_COL_COMMENTS

Object Details
Object Name: INT$DBA_COL_COMMENTS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes
TABLE_NAME VARCHAR2 (128) Yes
OBJECT_ID NUMBER
Yes
OBJECT_TYPE# NUMBER
Yes
COLUMN_NAME VARCHAR2 (128) Yes
COMMENTS VARCHAR2 (4000)
SHARING NUMBER

ORIGIN_CON_ID NUMBER

Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      TABLE_NAME
,      OBJECT_ID
,      OBJECT_TYPE#
,      COLUMN_NAME
,      COMMENTS
,      SHARING
,      ORIGIN_CON_ID
FROM SYS.INT$DBA_COL_COMMENTS;

Dependencies

[top of page]

SYS.INT$DBA_COL_COMMENTS references the following:

SchemaSYS
TableCOL$
TableCOM$
TableUSER$
View_CURRENT_EDITION_OBJ
SYS.INT$DBA_COL_COMMENTS is referenced by following:

SchemaSYS
ViewALL_COL_COMMENTS
ViewDBA_COL_COMMENTS
ViewUSER_COL_COMMENTS