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 next page

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 discusses the following topics:

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. 


Go to previous page 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