My Oracle Support Banner

"Enq: IV - Contention", summary invalidations, and summary management compile (Doc ID 2301046.1)

Last updated on NOVEMBER 07, 2023

Applies to:

Oracle Database - Enterprise Edition - Version 11.2.0.1 and later
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

A materialized view (mview) has two parts: (1) a table that holds the data, and (2) the summary object.  When DML on the base table of an mview is committed, the summary object is invalidated.  This is necessary because the mview might need be used for query rewrite.  The invalidation takes an IV enqueue, which is held until the summary object is invalidated on all nodes.   If there are a lot of summary invalidations, it can cause contention on this enqueue. 

Here is an example of what you might see when there is contention on the IV enqueue:

 

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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.