Oracle8i Replication Management API Reference
Release 2 (8.1.6)

A76958-01

Library

Product

Contents

Index

Prev Up Next

Replication Management API Reference, 98 of 179


PURGE_MASTER_LOG procedure

This procedure removes local messages in the DBA_REPCATLOG view associated with a specified identification number, source, or replicated master group.

Syntax

DBMS_REPCAT.PURGE_MASTER_LOG (
   id      IN   BINARY_INTEGER, 
   source  IN   VARCHAR2, 
   gname   IN   VARCHAR2);

Parameters

Table 8-176 PURGE_MASTER_LOG Procedure Parameters
Parameter  Description 
id
 

Identification number of the request, as it appears in the DBA_REPCATLOG view. 

source
 

Master site from which the request originated. 

gname
 

Name of the replicated master group for which the request was made. 

Exceptions

Table 8-177 PURGE_MASTER_LOG Procedure Exceptions
Exception  Description 
nonmaster
 

gname is not NULL, and the invocation site is not a master site. 


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index