Use the Oracle Materialized View 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 forward-engineer your data model to generate a database, the SQL code to define the materialized view is generated, and it is stored in the database.
When you reverse-engineer an existing database that includes one or more materialized views, each materialized view is imported, the syntax is parsed, and where possible the relationships to the tables referenced by the materialized view are created.
When you use complete compare and update a materialized view either in the model or in the database, you can keep the model materialized view specification in sync with the database table specification.
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.
Use the following options and tabs in the Oracle Materialized View Editor to define materialized view properties. You can open the Oracle Materialized View Editor by selecting Target - Oracle, Materialized View on the Model menu.
Positions the editor on the previous materialized view in the Navigation Grid.
Positions the editor on the next materialized view in the Navigation Grid.
Sorts the materialized views by alphabetic or reverse alphabetic order. You select the method you want using the drop-down menu that opens after you click the Sort button. Visual cues are provided for how the materialized view list is currently sorted:
Specifies that the list is sorted in alphabetic order.
Specifies that the list is sorted in reverse alphabetic order.
Creates a new materialized view that becomes the current object in the editor.
Deletes the selected materialized view.
Opens the DB Sync wizard so you can perform a database level compare of objects in the current model with matching objects in another model.
Opens online help for the editor.
Lets you filter a very large list of materialized views in the Navigation Grid to quickly locate the materialized view for which you need to view or define properties.
Specifies the name of the materialized view. You can change the name of the materialized view in this field.
Lets you assign a database Owner to the materialized view.
Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.
Lets you specify the tables, views, or materialized views to use to define the materialized view and create aliases and expressions.
Lets you specify the tables, views, and materialized views that you want to participate in the materialzied view.
Lets you enter text to define a WHERE clause.
Lets you view and change a user-provided DDL statement.
Lets you view the SQL code used during Forward Engineering.
Lets you assign physical properties to a materialized view such as table compression and index properties.
Lets you specify options such as cache type, parallel type, build type, using index, and query rewrite state.
Lets you specify the refresh options for the materialized view.
Lets you assign LOB storage parameters for the materialized view.
Lets you work with style sheets, which are used to format the font and other graphical themes used in the display of the materialized view.
Lets you specify the icon style to use for the materialized view.
Lets you add, modify, or delete synonyms for the materialized view.
Lets you enter any comments that you want to associate with the materialized view.
Lets you specify the order of DDL generation.
Lets you enter user-defined property values for a materialized view.
Lets you view the history details for the materialized view.
Lets you view materialized view history information and view or edit user notes.
Lets you edit user notes or transfer notes to the Notes tab.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|