April 1999
Intermediate to advanced
552 pages
15h 39m
English
DBMS_DEFER_SYS.REGISTER_PROPAGATOR (Oracle8 Only)
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.
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. |