8 The Oracle Wire Protocol Driver : Support of Materialized Views

Support of Materialized Views
When connected to an Oracle 9i or higher server, the Oracle Wire Protocol driver supports the creation of materialized views. Materialized views are like any other database view with the following additions: the results are stored as a database object and the results can be updated on a schedule determined by the Create View statement.
Materialized views improve performance for data warehousing and replication. Refer to the Oracle documentation for more information about materialized views.