Oracle8i Replication Management API Reference
Release 2 (8.1.6)

A76958-01

Library

Product

Contents

Index

Prev Up Next

Replication Management API Reference, 26 of 179


REGISTER_PROPAGATOR procedure

This procedure registers the specified user as the propagator for the local database. It also grants to the specified user CREATE SESSION, CREATE PROCEDURE, CREATE DATABASE LINK, and EXECUTE ANY PROCEDURE privileges (so that the user can create wrappers).

Syntax

DBMS_DEFER_SYS.REGISTER_PROPAGATOR (
   username  IN  VARCHAR2);

Parameters

Table 8-43 REGISTER_PROPAGATOR Procedure Parameters
Parameter  Description 
username
 

Name of the user. 

Exceptions

Table 8-44 REGISTER_PROPAGATOR Procedure Exceptions
Exception  Description 
missinguser
 

Specified user does not exist.  

alreadypropagator
 

Specified user is already the propagator.  

duplicatepropagator
 

There is already a different propagator. 


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index