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


DROP_TEMPLATE_PARM procedure

This procedure removes an existing template parameter from the DBA_REPCAT_TEMPLATE_PARMS view. This procedure is helpful when you have dropped a template object and a particular parameter is no longer needed.

Syntax

DBMS_REPCAT_RGT.DROP_TEMPLATE_PARM (
   refresh_template_name  IN   VARCHAR2, 
   parameter_name         IN   VARCHAR2);

Parameters

Table 8-284 DROP_TEMPLATE_PARM Procedure Parameters
Parameter  Description 
refresh_template_
name
 

The deployment template name that has the parameter that you want to drop 

parameter_name
 

Name of the parameter that you want to drop. 

Exceptions

Table 8-285 DROP_TEMPLATE_PARM Procedure Exceptions
Exception  Description 
miss_refresh_
template
 

The deployment template name specified is invalid or does not exist. 

miss_template_parm
 

The parameter name specified is invalid or does not exist. Query the DBA_REPCAT_TEMPLATE_PARMS view to see a list of template parameters. 


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