Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
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

10
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 10-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