Oracle8i Replication Management API Reference
Release 2 (8.1.6)

A76958-01

Library

Product

Contents

Index

Prev Up Next

Data Dictionary Views, 82 of 112


DEFCALL

Records all deferred remote procedure calls.

Column  Datatype  NULL  Description 

CALLNO 

NUMBER 

 

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. 


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index