Oracle8i Replication Management API Reference
Release 2 (8.1.6)

Part Number A76958-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Replication Management API Reference, 146 of 179


DROP_ALL_USER_PARM_VALUES procedure

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).

Syntax

DBMS_REPCAT_RGT.DROP_ALL_USER_PARMS (
   refresh_template_name   IN   VARCHAR2,
   user_name               IN   VARCHAR2,
   parameter_name          IN   VARCHAR2);

Parameters

Table 8-276 DROP_ALL_USER_PARMS Procedure Parameters
Parameter  Description 
refresh_template_
name
 

Name of the deployment template that contains the parameter values that you want to drop. 

user_name
 

Name of the user whose parameter values you want to drop. 

parameter_name
 

Template parameter that contains the values that you want to drop. 

Exceptions

Table 8-277 DROP_ALL_USER_PARMS Procedure Exceptions
Exception  Description 
miss_refresh_
template
 

Deployment template name specified is invalid or does not exist. 

miss_user
 

User name specified is invalid or does not exist. 

miss_user_parm_
values
 

Deployment template, user, and parameter combination does not exist in the DBA_REPCAT_USER_PARM_VALUES view. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index