DROP_ALL_TEMPLATE_PARMS Procedure
This procedure lets you drop template parameters for a specified deployment template. You can use this procedure to drop all parameters that are not referenced by a template object or to drop from the template all objects that reference any parameter, along with all of the parameters themselves.
Caution:
This is a dangerous procedure that cannot be undone.
|
Syntax
DBMS_REPCAT_RGT.DROP_ALL_TEMPLATE_PARMS (
refresh_template_name IN VARCHAR2,
drop_objects IN VARCHAR2 := n);
Parameters
Table 21-40 DROP_ALL_TEMPLATE_PARMS Procedure Parameters
Exceptions
Table 21-41 DROP_ALL_TEMPLATE_PARMS Procedure Exceptions