Complete Refresh of Materialized View Uses Nested Loops Instead of Hash Joins when Remote Objects Queried over DBLINK
(Doc ID 2052843.1)
Last updated on FEBRUARY 03, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterInformation in this document applies to any platform.
Symptoms
The complete refresh of a materialized view with many rows uses nested loops to refresh instead of hash joins. The select statement itself uses hash joins.
Here is an example of an explain plan for the complete refresh. Notice that the estimated cardinality is 1.
Cause
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
Symptoms |
Cause |
Solution |
References |