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 current chapter
Up
Go to next page
Next
View PDF

DO_DEFERRED_REPCAT_ADMIN Procedure

This procedure executes the local outstanding deferred administrative procedures for the specified master group at the current master site, or (with assistance from job queues) for all master sites.

DO_DEFERRED_REPCAT_ADMIN executes only those administrative requests submitted by the connected user who called DO_DEFERRED_REPCAT_ADMIN. Requests submitted by other users are ignored.

Syntax

DBMS_REPCAT.DO_DEFERRED_REPCAT_ADMIN (
   gname          IN   VARCHAR2,
   all_sites      IN   BOOLEAN := false);

Parameters

Table 18-67 DO_DEFERRED_REPCAT_ADMIN Procedure Parameters  
Parameter Description
gname

Name of the master group.

all_sites

If this is true, then use a job to execute the local administrative procedures at each master site.

Exceptions

Table 18-68 DO_DEFERRED_REPCAT_ADMIN Procedure Exceptions  
Exception Description
nonmaster

Invocation site is not a master site.

commfailure

At least one master site is not accessible and all_sites is true.