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


VIEW: SYS.CDB_REFS

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

Description of REF columns contained in all tables in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the table containing the REF column
TABLE_NAME VARCHAR2 (30) Yes Name of the table containing the REF column
COLUMN_NAME VARCHAR2 (4000)
Column name or attribute of object column
WITH_ROWID VARCHAR2 (3)
Is the REF value stored with the rowid?
IS_SCOPED VARCHAR2 (3)
Is the REF column scoped?
SCOPE_TABLE_OWNER VARCHAR2 (30)
Owner of the scope table, if it exists
SCOPE_TABLE_NAME VARCHAR2 (30)
Name of the scope table, if it exists
OBJECT_ID_TYPE VARCHAR2 (33)
If ref contains user-defined OID, then USER-DEFINED, else if it contains system generated OID, then SYSTEM GENERATED
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      COLUMN_NAME
,      WITH_ROWID
,      IS_SCOPED
,      SCOPE_TABLE_OWNER
,      SCOPE_TABLE_NAME
,      OBJECT_ID_TYPE
,      CON_ID
FROM SYS.CDB_REFS;

Dependencies

[top of page]

SYS.CDB_REFS does not reference any database object

SYS.CDB_REFS is referenced by following:

SchemaPUBLIC
SynonymCDB_REFS