Your browser does not support JavaScript. This help page requires JavaScript to render correctly.
Previous
Previous
 
Next
Next

Packaging for and Performing for Offline Instantiation

After you have built your deployment templates, you may want to perform an offline instantiation of a template at each target materialized view site. Offline instantiation allows users to instantiate a template without being connected to the master site through a network. Using offline instantiation, you write all of the necessary DDL and data to a script that you then transfer to the each materialized view site. Then, users run the script at the materialized view site using SQL*Plus. This solution is perfect for laptop users who do not have high-speed network connections, which could make online instantiation difficult.

The following scripts are generated:

Note: If conflicts are possible at the master site because of activity at the materialized view sites you are creating, then configure conflict resolution for the master tables of the materialized views before you instantiate the deployment template.

See About Conflict Resolution Methods for more information about configuring conflict resolution.

Complete the following steps to start the instantiation process:

  1. In Enterprise Manager, connect to the Database Instance Home page as the replication administrator.

  2. Click Data Movement.

  3. Under the Advanced Replication section, click callbackManage.

    The Administration Overview page appears.

  4. Under the Materialized View Replication, Master Site section, click the number link next to Templates.

    The Deployment Templates page appears.

  5. From the Name list, select the template that you want to instantiate.

  6. Select Generate Script from the Actions list.

  7. Click Go.

    The Generate Template Script page appears.

Now, complete the following steps to create offline instantiation scripts:

  1. Specify Instantiation Users: Step 1

  2. Set Refresh Schedule and Select Schemas: Step 2

  3. Distribute Instantiation Scripts: Step 3

  4. Instantiate at Remote Materialized View Site: Step 4

Related Topics

Overview of Packaging and Instantiation

Flowchart for Using Deployment Templates