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


DROP_ALL_TEMPLATE_PARMS procedure

This procedure lets you drop template parameters for a specified deployment template. You can use this procedure to drop all parameters that are not referenced by a template object or to drop from the template all objects that reference any parameter, along with all of the parameters themselves.


Caution:

This is a dangerous procedure that cannot be undone. 


Syntax

DBMS_REPCAT_RGT.DROP_ALL_TEMPLATE_PARMS (
   refresh_template_name   IN   VARCHAR2,
   drop_objects            IN   VARCHAR2 := N);

Parameters

Table 8-270 DROP_ALL_TEMPLATE_PARMS Procedure Parameters
Parameter  Description 
refresh_template_
name
 

Name of the deployment template that contains the parameters and objects that you want to drop. 

drop_objects
 

If no value is specified, then this parameter defaults to N, which drops all parameters not referenced by a template object.

If Y is specified, then all objects that reference any template parameter and the template parameters themselves are dropped. The objects are dropped from the template, not from the database. 

Exceptions

Table 8-271 DROP_ALL_TEMPLATE_PARMS Procedure Exceptions
Exception  Description 
miss_refresh_
template
 

Specified deployment template name is invalid or does not exist. 


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