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


TABLE: SYSTEM.DEF$_ORIGIN

Object Details
Object Name: DEF$_ORIGIN
Object Type: TABLE
Owner: SYSTEM
Subobject Name:
Status: VALID

Information about deferred transactions pushed to this site

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
ORIGIN_DB VARCHAR2 (128)
Originating database for the deferred transaction
ORIGIN_DBLINK VARCHAR2 (128)
Database link from deferred transaction origin to this site
INUSR NUMBER

Connected user receiving the deferred transaction
CSCN NUMBER

Prepare SCN assigned at origin site
ENQ_TID VARCHAR2 (22)
Transaction id assigned at origin site
RECO_SEQ_NO NUMBER

Deferred transaction sequence number for recovery
CATCHUP RAW (16)
Used to break transaction into pieces
Query Text

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


SELECT ORIGIN_DB
,      ORIGIN_DBLINK
,      INUSR
,      CSCN
,      ENQ_TID
,      RECO_SEQ_NO
,      CATCHUP
FROM SYSTEM.DEF$_ORIGIN;

Dependencies

[top of page]

SYSTEM.DEF$_ORIGIN does not reference any database object

SYSTEM.DEF$_ORIGIN is referenced by following:

SchemaSYS
Package BodyDBMS_DEFER_INTERNAL_SYS - show dependent code