| Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 26 of 179
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).
DBMS_DEFER_SYS.REGISTER_PROPAGATOR ( username IN VARCHAR2);
| Parameter | Description |
|---|---|
username |
Name of the user. |
| Exception | Description |
|---|---|
missinguser |
Specified user does not exist. |
alreadypropagator |
Specified user is already the propagator. |
duplicatepropagator |
There is already a different propagator. |
|
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|