ORA-4031 on Shared Pool with High Allocation in PRTMV Even if Patch 20635353 is Applied
(Doc ID 2517921.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Symptoms
The following error occurs:
even if <Patch 20635353> is already applied.
Reference:
<Bug 20635353> - High PRTMV Memory Allocations when Inserting into Partitioned Tables Simultaneously with Partition Maintenance Operations (<Note 20635353.8>)
Top pool memory allocations in shared pool shows as "PRTMV":
select name, round((bytes/1024/1024),0) MB
from v$sgastat where pool='shared pool'
and bytes > 10000000
order by bytes desc
/
Changes
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 |
Changes |
Cause |
Solution |
References |