| Oracle9i Replication Management API Reference Release 2 (9.2) Part Number A96568-01  | 
  | 
The DBMS_OFFLINE_SNAPSHOT package contains public APIs for offline instantiation of materialized views.
This chapter discusses the following topics:
| 
 Note: These procedure are used in performing an offline instantiation of a materialized view. These procedures should not be confused with the procedures in the   | 
| Subprogram | Description | 
|---|---|
|  
 Prepares a materialized view site for import of a new materialized view as part of offline instantiation.  | 
|
|  
 Completes offline instantiation of a materialized view.  | 
This procedure prepares a materialized view site for import of a new materialized view as part of offline instantiation. You must call this procedure from the materialized view site for the new materialized view.
| 
 Note: This procedure is used to perform an offline instantiation of a materialized view. These procedures should not be confused with the procedures in the   | 
| See Also:  
 "Performing an Offline Instantiation of a Materialized View Site Using Export/Import" for information about adding a new materialized view site by performing an offline instantiation using Export/Import  | 
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 materialized view. You must call this procedure from the materialized view site for the new materialized view.
| 
 Note: This procedure is used to perform an offline instantiation of a materialized view. These procedures should not be confused with the procedures in the   | 
| See Also:  
 "Performing an Offline Instantiation of a Materialized View Site Using Export/Import" for information about adding a new materialized view site by performing an offline instantiation using Export/Import  | 
DBMS_OFFLINE_SNAPSHOT.END_LOAD ( gname IN VARCHAR2, sname IN VARCHAR2, snapshot_oname IN VARCHAR2);
  | 
![]() Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved.  | 
  |