Oracle8i Supplied Packages Reference Release 8.1.5 A68001-01 |
|
The DBMS_OFFLINE_SNAPSHOT
package contains public APIs for offline instantiation of snapshots.
Note: These procedure are used in performing an offline instantiation of a snapshot. These procedures should not be confused with the procedures in the DBMS_OFFLINE_OG package (used for performing an offline instantiation of a master table) or with the procedures in the DBMS_REPCAT_INSTANTIATE package (used for instantiating a deployment template). See these respective packages for more information on their usage. |
Subprogram | Description |
---|---|
BEGIN_LOAD procedure |
Prepares a snapshot site for import of a new snapshot as part of offline instantiation. |
END_LOAD procedure |
Completes offline instantiation of a snapshot. |
This procedure prepares a snapshot site for import of a new snapshot as part of offline instantiation. You must call this procedure from the snapshot site for the new snapshot.
DBMS_OFFLINE_SNAPSHOT.BEGIN_LOAD ( gname IN VARCHAR2, sname IN VARCHAR2, master_site IN VARCHAR2, snapshot_oname IN VARCHAR2, storage_c IN VARCHAR2 := '', comment IN VARCHAR2 := '', min_communication IN BOOLEAN := TRUE);
This procedure completes offline instantiation of a snapshot. You must call this procedure from the snapshot site for the new snapshot.
DBMS_OFFLINE_SNAPSHOT.END_LOAD ( gname IN VARCHAR2, sname IN VARCHAR2, snapshot_oname IN VARCHAR2);