How to make use of parallel execution in materialized view operations?
(Doc ID 726350.1)
Last updated on FEBRUARY 22, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 8.1.5.0 to 11.1.0.7 [Release 8.1.5 to 11.1]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Purpose
The aim of this article is to find how make use of parallel execution feature with materialized view creation, access, and refresh (fast/complete) operation.Scope
In the following sections, we will discuss various ways to invoke parallel refresh.• The PARALLELISM parameter of the DBMS_MVIEW.REFRESH procedure
• PARALLEL attribute of the materialized view
• PARALLEL attribute of the master table(s)
• PARALLEL hint in the query defining the materialized view
Details
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Purpose |
Scope |
Details |