Skip Headers

Oracle® Database Advanced Replication Management API Reference
10g Release 1 (10.1)

Part Number B10733-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to current chapter
Up
Go to next page
Next
View PDF

DEFERROR

Contains the ID of each transaction that could not be applied. You can use this ID to locate the queued calls associated with this transaction. These calls are stored in the DEFCALL view. You can use the procedures in the DBMS_DEFER_QUERY package to determine the arguments to the procedures listed in the DEFCALL view.

Column Datatype NULL Description

DEFERRED_TRAN_ID

VARCHAR2(22)

NOT NULL

The ID of the transaction causing the error.

ORIGIN_TRAN_DB

VARCHAR2(128)

-

The database originating the deferred transaction.

ORIGIN_TRAN_ID

VARCHAR2(22)

-

The original ID of the transaction.

CALLNO

NUMBER

-

Unique ID of the call at DEFERRED_TRAN_ID.

DESTINATION

VARCHAR2(128)

-

Database link used to address destination.

START_TIME

DATE

-

Time when the original transaction was enqueued.

ERROR_NUMBER

NUMBER

-

Oracle error number.

ERROR_MSG

VARCHAR2(2000)

-

Error message text.

RECEIVER

VARCHAR2(30)

-

Original receiver of the deferred transaction.