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


VIEW: SYS.DBA_REFS

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

Description of REF columns contained in all tables

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the table containing the REF column
TABLE_NAME VARCHAR2 (128) 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 (128)
Owner of the scope table, if it exists
SCOPE_TABLE_NAME VARCHAR2 (128)
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
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
FROM SYS.DBA_REFS;

Dependencies

[top of page]

SYS.DBA_REFS references the following:

SchemaSYS
TableATTRCOL$
TableCOL$
TableOBJ$
TableREFCON$
TableUSER$
SYS.DBA_REFS is referenced by following:

SchemaPUBLIC
SynonymDBA_REFS
SchemaSYS
Package BodyDBMS_INTERNAL_LOGSTDBY - show dependent code