Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 179 of 179
This procedure enables the administration of individual snapshots. It is invoked at a master site to unregister a snapshot.
DBMS_SNAPSHOT.UNREGISTER_SNAPSHOT ( snapowner IN VARCHAR2, snapname IN VARCHAR2, snapsite IN VARCHAR2);
Parameters | Description |
---|---|
snapowner |
Owner of the snapshot. |
snapname |
Name of the snapshot. |
snapsite |
Name of the snapshot site. |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|