| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02  | 
  | 
DBMS_DEFER_SYS, 14 of 20
This procedure registers the specified user as the propagator for the local database. It also grants the following privileges to the specified user (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-2001, Oracle Corporation. All Rights Reserved.  | 
 
  |