Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 91 of 179
This procedure drops a snapshot site from your replicated environment. DROP_SNAPSHOT_REPGROUP
automatically calls UNREGISTER_SNAPSHOT_REPGROUP
to unregister the snapshot, but ignores any errors that may have occurred during unregistration.
DBMS_REPCAT.DROP_SNAPSHOT_REPGROUP ( gname IN VARCHAR2, drop_contents IN BOOLEAN := FALSE gowner IN VARCHAR2 := 'PUBLIC');
Exception | Description |
---|---|
nonsnapshot |
Invocation site is not a snapshot site. |
missingrepgroup |
Specified object group does not exist. |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|