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, 18 of 33


DROP_ALL_TEMPLATE_SITES Procedure

This procedure removes all entries from the DBA_REPCAT_TEMPLATE_SITES view, which keeps a record of sites that have instantiated a particular deployment template.


Caution:

This is a dangerous procedure that cannot be undone. 


Syntax

DBMS_REPCAT_RGT.DROP_ALL_TEMPLATE_SITES (
   refresh_template_name   IN   VARCHAR2);

Parameters

Table 23-42 DROP_ALL_TEMPLATE_SITES Procedure Parameters
Parameter  Description 
refresh_template_name
 

Name of the deployment template that contains the sites that you want to drop. 

Exceptions

Table 23-43 DROP_ALL_TEMPLATE_SITES 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-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