Name

DBMS_OFFLINE_SNAPSHOT.END_LOAD

Synopsis

Call the END_LOAD procedure after the data import (initiated by the BEGIN_LOAD procedure) is complete. Upon successful completion, the new snapshot is instantiated and operational. The specification is the same for Oracle7 and Oracle8:

PROCEDURE DBMS_OFFLINE_SNAPSHOT.END_LOAD
   (gname IN VARCHAR2,
    sname IN VARCHAR2,
    snapshot_oname IN VARCHAR2);

Parameters have the same meanings as for the BEGIN_LOAD procedure. The END_LOAD procedure does not raise any exceptions.

Restrictions

This procedure must be run from the new snapshot site after importing the replicated schema.

Get Oracle Distributed Systems now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.