Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 117 of 179
This procedure assigns proxy snapshot administrator or receiver privileges at the master site for use with remote sites. This procedure grants only the necessary privileges to the proxy snapshot administrator or receiver. It does not grant the powerful privileges granted by the GRANT_ADMIN_SCHEMA
or GRANT_ADMIN_ANY_SCHEMA
procedures.
See Also:
Appendix A, "Security Options" for more information about trusted versus untrusted security models. |
DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP ( username IN VARCHAR2, privilege_type IN VARCHAR2, {list_of_gnames IN VARCHAR2 | table_of_gnames IN dbms_utility.name_array)};
Exception | Description |
---|---|
nonmaster |
Specified object group does not exist or the invocation database is not a master. |
ORA-01917 |
User does not exist. |
typefailure |
Incorrect privilege type was specified. |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|