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

DEFCALL

Records all deferred remote procedure calls.

For calls placed in the queue using asynchronous replication, Oracle uses null compression for column objects and object tables that contain three or more consecutive nulls. Therefore, this view may show fewer attributes than the total number of attributes in a column object and fewer columns than the total number for an object table. For example, null compression may cause a column object with eight attributes to show only five attributes.

Null compression does not apply to error transactions.

Column Datatype NULL Description

CALLNO

NUMBER

-

The unique ID of a call within a transaction.

DEFERRED_TRAN_ID

VARCHAR2(30)

-

The unique ID of the associated transaction.

SCHEMANAME

VARCHAR2(30)

-

The schema name of the deferred call.

PACKAGENAME

VARCHAR2(30)

-

The package name of the deferred call. For a replicated table, this may refer to the table name.

PROCNAME

VARCHAR2(30)

-

The procedure name of the deferred call. For a replicated table, this may refer to an operation name.

ARGCOUNT

NUMBER

-

The number of arguments in the deferred call.