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


VIEW: SYS.DICT_COLUMNS

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

Description of columns in data dictionary tables and views

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (128)
Name of the object that contains the column
COLUMN_NAME VARCHAR2 (128)
Name of the column
COMMENTS VARCHAR2 (4000)
Text comment on the object
Query Text

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


SELECT TABLE_NAME
,      COLUMN_NAME
,      COMMENTS
FROM SYS.DICT_COLUMNS;

Dependencies

[top of page]

SYS.DICT_COLUMNS references the following:

SchemaSYS
TableCOL$
TableCOM$
TableOBJ$
TableSYN$
SYS.DICT_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymDICT_COLUMNS