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


VIEW: SYS.USER_OBJ_COLATTRS

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

Description of object columns and attributes contained in tables owned by the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (128)
Name of the table containing the object column or attribute
COLUMN_NAME VARCHAR2 (4000)
Fully qualified name of the object column or attribute
SUBSTITUTABLE VARCHAR2 (15)
Indication of whether the column is substitutable or not
Query Text

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


SELECT TABLE_NAME
,      COLUMN_NAME
,      SUBSTITUTABLE
FROM SYS.USER_OBJ_COLATTRS;

Dependencies

[top of page]

SYS.USER_OBJ_COLATTRS references the following:

SchemaSYS
TableATTRCOL$
TableCOL$
TableCOLTYPE$
View_CURRENT_EDITION_OBJ
SYS.USER_OBJ_COLATTRS is referenced by following:

SchemaPUBLIC
SynonymUSER_OBJ_COLATTRS