Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 174 of 179
This procedure is called on the master site to delete the rows in snapshot refresh related data dictionary tables maintained at the master site for the specified snapshot identified by its snapshot_id
or the combination of the snapowner
, snapname
, and the snapsite
. If the snapshot specified is the oldest snapshot to have refreshed from any of the master tables, then the snapshot log is also purged. This procedure does not unregister the snapshot.
In case there is an error while purging one of the snapshot logs, the successful purge operations of the previous snapshot logs are not rolled back. This is to minimize the size of the snapshot logs. In case of an error, this procedure can be invoked again until all the snapshot logs are purged.
DBMS_SNAPSHOT.PURGE_SNAPSHOT_FROM_LOG ( snapshot_id IN BINARY_INTEGER | snapowner IN VARCHAR2, snapname IN VARCHAR2, snapsite IN VARCHAR2);
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|