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


VIEW: SYS.ALL_OBJ_COLATTRS

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

Description of object columns and attributes contained in the tables accessible to the user

[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.ALL_OBJ_COLATTRS;

Dependencies

[top of page]

SYS.ALL_OBJ_COLATTRS references the following:

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

SchemaPUBLIC
SynonymALL_OBJ_COLATTRS