Oracle® Database Advanced Replication Management API Reference 10g Release 1 (10.1) Part Number B10733-01 |
|
|
View PDF |
This procedure drops a template instantiation at any target site. This procedure removes all related metadata at the master site and disables the specified site from refreshing its materialized views.
DBMS_REPCAT_RGT.DROP_SITE_INSTANTIATION ( refresh_template_name IN VARCHAR2, user_name IN VARCHAR2, site_name IN VARCHAR2);
Parameter | Description |
---|---|
refresh_template_name |
The name of the template that contains the site to be dropped. |
user_name |
The name of the user who originally instantiated the template at the remote materialized view site. Query the |
site_name |
Identifies the template site to be dropped. |