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


UNREGISTER_SNAPSHOT_REPGROUP procedure

This procedure facilitates the administration of snapshots at their respective master sites by deleting a snapshot group from DBA_REGISTERED_SNAPSHOT_GROUPS.

Syntax

DBMS_REPCAT.UNREGISTER_SNAPSHOT_REPGROUP (
   gname     IN   VARCHAR2,
   snapsite  IN   VARCHAR2
   gowner    IN   VARCHAR2  := 'PUBLIC');

Parameters

Table 8-202 UNREGISTER_SNAPSHOT_REPGROUP Procedure Parameters
Parameter  Description 
gname
 

Name of the snapshot object group to be unregistered. 

snapsite
 

Global name of the snapshot site. 

gowner
 

Owner of the snapshot group. 


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