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, 109 of 179


SUSPEND_MASTER_ACTIVITY procedure

This procedure suspends replication activity for a master group. You must call this procedure from the master definition site.

Syntax

DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
   gname   IN   VARCHAR2);

Parameters

Table 8-198 SUSPEND_MASTER_ACTIVITY Procedure Parameters
Parameter  Description 
gname
 

Name of the master group for which you want to suspend activity. 

Exceptions

Table 8-199 SUSPEND_MASTER_ACTIVITY Procedure Exceptions
Exception  Description 
nonmasterdef
 

Invocation site is not the master definition site. 

notnormal
 

Replicated master group is not in normal operation. 

commfailure
 

At least one master site is not accessible. 


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