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


VIEW: SYS.DBA_OBJ_COLATTRS

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

Description of object columns and attributes contained in all tables in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the table
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 OWNER
,      TABLE_NAME
,      COLUMN_NAME
,      SUBSTITUTABLE
FROM SYS.DBA_OBJ_COLATTRS;

Dependencies

[top of page]

SYS.DBA_OBJ_COLATTRS references the following:

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

SchemaPUBLIC
SynonymDBA_OBJ_COLATTRS