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


VIEW: SYS.CDB_OBJ_COLATTRS

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

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

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30)
Owner of the table
TABLE_NAME VARCHAR2 (30)
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
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      COLUMN_NAME
,      SUBSTITUTABLE
,      CON_ID
FROM SYS.CDB_OBJ_COLATTRS;

Dependencies

[top of page]

SYS.CDB_OBJ_COLATTRS does not reference any database object

SYS.CDB_OBJ_COLATTRS is referenced by following:

SchemaPUBLIC
SynonymCDB_OBJ_COLATTRS