| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02  | 
  | 
DBMS_REPCAT, 64 of 69
This procedure suspends replication activity for a master group. You use this procedure to quiesce the master group. You must call this procedure from the master definition site.
DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY ( gname IN VARCHAR2);
| Parameter | Description | 
|---|---|
    
gname  | 
 Name of the master group for which you want to suspend activity.  | 
| Exception | Description | 
|---|---|
    
nonmasterdef  | 
 Invocation site is not the master definition site.  | 
    
notnormal  | 
 Master group is not in normal operation.  | 
    
commfailure  | 
 At least one master site is not accessible.  | 
| 
 | 
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved.  | 
 
  |