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


UNREGISTER_SNAPSHOT procedure

This procedure enables the administration of individual snapshots. It is invoked at a master site to unregister a snapshot.

Syntax

DBMS_SNAPSHOT.UNREGISTER_SNAPSHOT (
   snapowner      IN   VARCHAR2,
   snapname       IN   VARCHAR2,
   snapsite       IN   VARCHAR2);

Parameters

Table 8-314 UNREGISTER_SNAPSHOT Procedure Parameters
Parameters  Description 
snapowner
 

Owner of the snapshot. 

snapname
 

Name of the snapshot. 

snapsite
 

Name of the snapshot site. 


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