skip to main content
Drivers for 32-Bit and 64-Bit Platforms : The Oracle Driver : Support of Materialized Views
 

Try DataDirect Drivers Now

Support of Materialized Views

When connected to an Oracle 9i or higher server, the Oracle 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.