Oracle Materialized Views Editor

Use the Oracle Materialized Views Editor to create or edit materialized views.

A materialized view, which is a view that stores the result set of a query against any number of other materialized views, views, and tables. Materialized views can be used to improve the performance of queries. To the database user, a materialized view looks like a real table with a set of named columns and rows of data. However, a materialized view is not a permanently stored set of data values. The rows and columns of data visible through the materialized view are the result of the database query that defines the materialized view.

You can use materialized views to:

Materialized views are supported in the following features:

When you add a materialized view to a model, it is represented as a box with rounded corners. A relationship between a table and a materialized view indicates that the materialized view table references one or more of the columns from that table.

You can open the Oracle Materialized Views Editor in one of the following ways:

The Oracle Materialized Views Editor dialog includes the following tabs:

Select Add tables, views, and materialized views to a materialized view column and create aliases and expressions.

From Specify the source tables, view, or materialized views.

Where Specify search conditions and criteria to use when you generate the SQL code for a materialized view.

General Assign physical properties to a materialized view such as table compression and index properties. The options available vary by Oracle version.

Other Options Select options such as cache type, parallel type, build type, using index, and query rewrite state.

Partitions Select the type of partitioning for a materialized view.

Synonym Add, modify, or delete synonyms for a materialized view.

LOB Storage Assign LOB storage parameters for a materialized view.

SQL View and change the SQL code that is maintained for a materialized view.

Comment Add or edit comments for a materialized view.

UDP Enter user-defined property values for a materialized view.

The following describes all of the other options available in this dialog:


Copyright © 2009 CA. All rights reserved. Email CA about this topic