Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

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

DBMS_REPCAT_RGT, 21 of 33


DROP_ALL_USER_PARM_VALUES Procedure

This procedure drops user parameter values for a specific deployment template. This procedure is very flexible and enables you 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 and user_name

Drops all of the specified user parameters for the specified deployment template

refresh_template_name and parameter_name

Drops all user parameter values for the specified deployment template parameter

refresh_template_name, parameter_name, and 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 51-46 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 51-47 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-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback