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

Managing Materialized Views

A table materialized view is a local copy of table data that originates from one or more remote master tables. Applications can query the data in a read-only table materialized view, but cannot insert, update, or delete rows in the materialized view. Conversely, applications can query, insert, update, or delete the rows in an updatable materialized view.

Oracle's data replication facility supports independent table materialized views as well as materialized views that are part of a materialized view group. Consider the following issues when deciding whether to create a new materialized view as part of a materialized view group.

Oracle Enterprise Manager has many features that help you create and manage materialized views in a replication environment.

To learn more about managing materialized views, follow a link:

Related Topics

What Is Materialized View Replication?