Oracle8i Replication Management API Reference
Release 2 (8.1.6)

Part Number A76958-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Replication Management API Reference, 81 of 179


DO_DEFERRED_REPCAT_ADMIN procedure

This procedure executes the local outstanding deferred administrative procedures for the specified replicated 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 8-141 DO_DEFERRED_REPCAT_ADMIN Procedure Parameters
Parameter  Description 
gname
 

Name of the replicated master group. 

all_sites
 

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

Exceptions

Table 8-142 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


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index