Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 92 of 179
This procedure drops a replicated object from a snapshot site.
DBMS_REPCAT.DROP_SNAPSHOT_REPOBJECT ( sname IN VARCHAR2, oname IN VARCHAR2, type IN VARCHAR2, drop_objects IN BOOLEAN := FALSE);
Exception | Description |
---|---|
nonsnapshot |
Invocation site is not a snapshot site. |
missingobject |
Specified object does not exist. |
typefailure |
Specified type parameter is not supported. |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|