Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 120 of 179
This procedure revokes the privileges and roles from the proxy snapshot administrator or receiver that were granted by the REGISTER_USER_REPGROUP
procedure.
DBMS_REPCAT_ADMIN.UNREGISTER_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. |
|