Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 146 of 179
This procedure drops user parameter values for a specific deployment template. This procedure is very flexible in allowing the DBA to define a set of user parameter values to be deleted. For example, defining the following parameters has the effect described:
refresh_template_name
: drops all user parameters for the specified deployment template.
refresh_template_name
, user_name
: drops all of the specified user parameters for the specified deployment template.
refresh_template_name
, parameter_name
: drops all user parameter values for the specified deployment template parameter.
refresh_template_name
, parameter_name
, user_name
: drops the specified user's value for the specified deployment template parameter (equivalent to DROP_USER_PARM
).
DBMS_REPCAT_RGT.DROP_ALL_USER_PARMS ( refresh_template_name IN VARCHAR2, user_name IN VARCHAR2, parameter_name IN VARCHAR2);
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|