Java Heap Accumulates CachedRowElement Objects And Triggers OutOfMemoryError Exception
(Doc ID 1479883.1)
Last updated on APRIL 10, 2024
Applies to:
JDBC - Version 11.2.0.3.0 and laterInformation in this document applies to any platform.
Symptoms
Java heap is getting exhausted ending up with OutOfMemoryError on application client side using IBM JVM J9 on Linux because of the accumulation of JDBC driver objects.
Core analisis demonstrates that java objects that are consuming the heap are related to OracleResultSetCacheImpl and especially CachedRowElement objects.
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 |