Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 111 of 179
This procedure facilitates the administration of snapshots at their respective master sites by deleting a snapshot group from DBA_REGISTERED_SNAPSHOT_GROUPS
.
DBMS_REPCAT.UNREGISTER_SNAPSHOT_REPGROUP ( gname IN VARCHAR2, snapsite IN VARCHAR2 gowner IN VARCHAR2 := 'PUBLIC');
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. |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|