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


UNREGISTER_PROPAGATOR procedure

To unregister a user as the propagator from the local database. This procedure:

Syntax

DBMS_DEFER_SYS.UNREGISTER_PROPAGATOR (
   username  IN  VARCHAR2
   timeout   IN  INTEGER DEFAULT DBMS_LOCK.MAXWAIT);

Parameters

Table 8-49 UNREGISTER_PROPAGATOR Procedure Parameters
Parameter  Description 
username
 

Name of the propagator user. 

timeout
 

Timeout in seconds. If the propagator is in use, then the procedure waits until timeout. The default is DBMS_LOCK.MAXWAIT

Exceptions

Table 8-50 UNREGISTER_PROPAGATOR Procedure Exceptions
Parameter  Description 
missingpropagator
 

Specified user is not a propagator. 

propagator_inuse
 

Propagator is in use, and thus cannot be unregistered. Try later. 


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