Oracle9i Replication Management API Reference
Release 1 (9.0.1)

Part Number A87502-01
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, 27 of 33


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 23-58 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 23-59 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-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