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


TABLE: SYSTEM.DEF$_ERROR

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

Information about all deferred transactions that caused an error

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Primary Key: DEF$_ERROR_PRIMARY
  1. ColumnENQ_TID
Indexes
Index Type Uniqueness Tablespace Column
DEF$_ERROR_PRIMARY NORMAL UNIQUE TablespaceSYSTEM ColumnENQ_TID
Columns
Name Datatype Length Mandatory Comments
ENQ_TID VARCHAR2 (22) Yes The ID of the transaction that created the error
ORIGIN_TRAN_DB VARCHAR2 (128)
The database originating the deferred transaction
ORIGIN_ENQ_TID VARCHAR2 (22)
The original ID of the transaction
DESTINATION VARCHAR2 (128)
Database link used to address destination
STEP_NO NUMBER

Unique ID of call that caused an error
RECEIVER NUMBER

User ID of the original receiver
ENQ_TIME DATE

Time original transaction enqueued
ERROR_NUMBER NUMBER

Oracle error number
ERROR_MSG VARCHAR2 (2000)
Error message text
Query Text

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


SELECT ENQ_TID
,      ORIGIN_TRAN_DB
,      ORIGIN_ENQ_TID
,      DESTINATION
,      STEP_NO
,      RECEIVER
,      ENQ_TIME
,      ERROR_NUMBER
,      ERROR_MSG
FROM SYSTEM.DEF$_ERROR;

Dependencies

[top of page]

SYSTEM.DEF$_ERROR does not reference any database object

SYSTEM.DEF$_ERROR is referenced by following:

SchemaSYS
Package BodyDBMS_DEFER_INTERNAL_SYS - show dependent code
Package BodyDBMS_DEFER_SYS_PART1 - show dependent code
SynonymDEF$_ERROR
ViewDEFERROR