Oracle8i Replication Management API Reference
Release 2 (8.1.6)

A76958-01

Library

Product

Contents

Index

Prev Up Next

Replication Management API Reference, 113 of 179


WAIT_MASTER_LOG procedure

This procedure determines whether changes that were asynchronously propagated to a master site have been applied.

Syntax

DBMS_REPCAT.WAIT_MASTER_LOG (
   gname          IN    VARCHAR2, 
   record_count   IN    NATURAL, 
   timeout        IN    NATURAL, 
   true_count     OUT   NATURAL);

Parameters

Table 8-205 WAIT_MASTER_LOG Procedure Parameters
Parameter  Description 
gname
 

Name of the replicated master group. 

record_count
 

Procedure returns whenever the number of incomplete activities is at or below this threshold. 

timeout
 

Maximum number of seconds to wait before the procedure returns. 

true_count
(out parameter)
 

Returns the number of incomplete activities. 

Exceptions

Table 8-206 WAIT_MASTER_LOG Procedure Exceptions
Exception  Description 
nonmaster
 

Invocation site is not a master site. 


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index