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, 152 of 179


DROP_USER_PARM_VALUE procedure

This procedure removes a predefined user parameter value for a specific deployment template. This procedure is often executed after a user's template authorization has been removed.

Syntax

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

Parameters

Table 8-288 DROP_USER_PARM_VALUE Procedure Parameters
Parameter  Description 
refresh_template_
name
 

Deployment template name that contains the parameter value that you want to drop. 

parameter_name
 

Parameter name that contains the predefined value that you want to drop. 

user_name
 

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

Exceptions

Table 8-289 DROP_USER_PARM_VALUE 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