Oracle7 Server Distributed Systems Volume II: Replicated Data

Contents Index Home Previous Next

Offline Instantiation

Offline instantiation of a snapshot site is primarily useful for those sites with a very large amount of snapshot data where the time required to transfer the data through network links to the new site would be prohibitive.

Creating a snapshot site using offline instantiation requires that you first create a snapshot for each table in a new snapshot replication group at the master site, then do an export of the base tables to a file or files that can then be transported (via tape or another medium) to the new site and used to instantiate the new snapshot site.

Perform the following steps at the specified sites:

CREATE SNAPSHOT FOOITEM AS SELECT * FROM ioug1.item@dbs1

CREATE SNAPSHOT FOOITEM AS SELECT * FROM ioug1.ITEM

Attention: Before creating your snapshots, ensure that you have the necessary storage space available at the master site.

For more information about using the Import/Export utilities, see [*] and Oracle7 Server Utilities.


Contents Index Home Previous Next