Oracle9i Replication Management API Reference
Release 1 (9.0.1)

Part Number A87502-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Deferred Transaction Views, 2 of 11


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. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback