Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 145 of 179
This procedure allows the DBA to drop all user authorizations for a specified deployment template. Executing this procedure removes rows from the DBA_REPCAT_USER_AUTHORIZATIONS
view.
This procedure might be implemented after converting a private template to a public template and the user authorizations are no longer required.
DBMS_REPCAT_RGT.DROP_ALL_USER_AUTHORIZATIONS ( refresh_template_name IN VARCHAR2);
Parameter | Description |
---|---|
refresh_template_ name |
Name of the deployment template that contains the user authorizations that you want to drop. |
Exception | Description |
---|---|
miss_refresh_ template |
Specified deployment template name is invalid or does not exist. |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|