DROP_TEMPLATE_OBJECT Procedure
This procedure removes a template object from a specific deployment template. For example, a DBA would use this procedure to remove an outdated materialized view from a deployment template. Changes made to the template are reflected at new sites instantiating the deployment template. Remote sites that have already instantiated the template must re-instantiate the deployment template to apply the changes.
Syntax
DBMS_REPCAT_RGT.DROP_TEMPLATE_OBJECT (
refresh_template_name IN VARCHAR2,
object_name IN VARCHAR2,
object_type IN VARCHAR2);
Parameters
Table 21-52 DROP_TEMPLATE_OBJECT Procedure Parameters
Exceptions
Table 21-53 DROP_TEMPLATE_OBJECT Procedure Exceptions