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

About Replicating Read/Write Data Using Materialized Views

Updatable materialized views enable users to insert, update, and delete rows in the materialized views. When an updatable materialized view is refreshed, these changes are pushed to the master site and applied to the master table.

Figure: Updatable Materialized View shows how an updatable materialized view works.

Updatable Materialized View

Description of this figure follows
Description of "Updatable Materialized View"

Figure: Updatable Materialized View shows that client applications can query and update an updatable materialized view at the materialized view site. These applications can also update data at the remote master site. When the materialized view initializes a refresh over the network, the refresh includes two key phases. First, transactions that have been performed on the materialized view are pushed to the master site and applied as appropriate. Next, after resolving any conflicting updates, the materialized view pulls the changed row data from the master site and applies it.

The following topics provide more information about replicating read/write data using materialized views:

Related Topics

Configuring Replication of Read/Write Data Using Materialized Views

Administering a Materialized View Replication Environment

Replicating Read/Write Data Using Materialized Views