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 next page
Next
View PDF

12
DBMS_DEFER

DBMS_DEFER is the user interface to a replicated transactional deferred remote procedure call facility. Replicated applications use the calls in this interface to queue procedure calls for later transactional execution at remote nodes.

These procedures are typically called from either after row triggers or application specified update procedures.

This chapter contains this topic:

Summary of DBMS_DEFER Subprograms

Table 12-1 DBMS_DEFER Package Subprograms
Subprogram Description

"CALL Procedure"

Builds a deferred call to a remote procedure.

"COMMIT_WORK Procedure"

Performs a transaction commit after checking for well-formed deferred remote procedure calls.

"datatype_ARG Procedure"

Provides the data that is to be passed to a deferred remote procedure call.

"TRANSACTION Procedure"

Indicates the start of a new deferred transaction.