| Oracle® Database Advanced Replication Management API Reference 10g Release 1 (10.1) Part Number B10733-01 |
|
|
View PDF |
This procedure removes all entries from the DBA_REPCAT_TEMPLATE_SITES view, which keeps a record of sites that have instantiated a particular deployment template.
DBMS_REPCAT_RGT.DROP_ALL_TEMPLATE_SITES ( refresh_template_name IN VARCHAR2);
| Parameter | Description |
|---|---|
refresh_template_name |
Name of the deployment template that contains the sites that you want to drop. |
| Exception | Description |
|---|---|
miss_refresh_template |
Specified deployment template name is invalid or does not exist. |