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, 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. 


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