| Oracle® Database Advanced Replication Management API Reference 10g Release 1 (10.1) Part Number B10733-01 |
|
|
View PDF |
This procedure enables 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. |