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


VIEW: SYS.DEFTRAN

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

Information about all deferred transactions

[View Source]

Columns
Name Datatype Length Mandatory Comments
DEFERRED_TRAN_ID VARCHAR2 (30)
The transaction that enqueued the calls
DELIVERY_ORDER NUMBER

Total ordering on transactions
DESTINATION_LIST VARCHAR2 (1)
Determine destinations from deftrandest (D) or repcat (R)
START_TIME TIMESTAMP(6) (11)
Time original transaction enqueued
Query Text

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


SELECT DEFERRED_TRAN_ID
,      DELIVERY_ORDER
,      DESTINATION_LIST
,      START_TIME
FROM SYS.DEFTRAN;

Dependencies

[top of page]

SYS.DEFTRAN references the following:

SchemaSYSTEM
TableDEF$_AQCALL
TableDEF$_AQERROR
SYS.DEFTRAN is referenced by following:

SchemaPUBLIC
SynonymDEFTRAN