Name

DBMS_DEFER_SYS.REGISTER_PROPAGATOR (Oracle8 Only)

Synopsis

The REGISTER_PROPAGATOR procedure makes a designated user the propagator for the local database.

PROCEDURE DBMS_DEFER_SYS.REGISTER_PROPAGATOR
   (username IN VARCHAR2);

username is the name of the account to which privileges are to be granted.

Exceptions

Exception Name

Number

Description

alreadypropagator

–23393

User username is already the propagator for this database.

duplicatepropagator

–23394

Database already has a propagator account.

missinguser

–23362

User username does not exist.

Get Oracle Distributed Systems now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.