| Oracle9i Replication Management API Reference Release 1 (9.0.1) Part Number A87502-01 |
|
DBMS_REPCAT, 50 of 69
This procedure removes local messages in the DBA_REPCATLOG view associated with a specified identification number, source, or master group.
To purge all of the administrative requests from a particular source, specify NULL for the id parameter. To purge all administrative requests from all sources, specify NULL for both the id parameter and the source parameter.
DBMS_REPCAT.PURGE_MASTER_LOG ( id IN BINARY_INTEGER, source IN VARCHAR2, gname IN VARCHAR2);
| Exception | Description |
|---|---|
nonmaster |
|
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|