https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=fkw3gtoxm_264&id=399497.1 2/20
Bug Reported Fixed Notes Details
Unpublished
Bug:3130972
Versions <
10.1.0.2
9.2.0.6/10.1.0.2.0 Backports
possible
The realfree allocator on Unix systems imposes a cap at
1Gb of memory per process. This fix relaxes that limit as
in some cases it is desirable to allow a process to use over
1Gb of private memory. If the limit is reached an
ORA-4030 occurs even though the system may have
plenty of free memory available and can map that
memory into the
process address space.
(The realfree allocator is used on Unix systems where
PGA_AGGREGATE_TARGET is in use)
Workaround:
Configure the system to allow less than 1Gb of memory
per process to avoid ORA-4030 errors.
Bug:3565920 Versions <
10.1
9.2.0.8 and
higher
Backports
no longer
If the shared pool is resized then subsequeunt queries
against views based on
X$KSMSP, such as V$SHARED_POOL_RESERVED, result in
a memory leak in the cursor work heap which then fails
with ORA-4030.
Bug:4475206 Versions <
10.2.0.4
10.2.0.4/11.1.0.6 Backports
possible
The PGA memory consumed becomes significantly higher
than the value of the
parameter pga_aggregate_target if a query has a very
long chain of
hash-join operations. This chain must be right-deep, ie.
the build is
performed on a base table and the probe is produced by
an hash-join sub-tree.
This is not really a memory leak but excess memory use
compared to what
should be used.
Unpublished
Bug:4625938
Versions <
10.2
10.2 10.1.x A memory leak involving 'peihstdep' and 'PEIDEF' can
occur when TABLE functions are used and JDBC
connection pooling is enabled.
Workaround:
Disable connection pooling.
Bug:5118748 Versions <
10.2.0.3
10.2.0.3/11.1.0.6 Backports
possible
ORA 4030 or a memory leak can occur when using a lot of
collections in PLSQL. Heapdumps of the "koh-kghu call "
heap include multiple chunks of type "pmucp2upkl korfp
May get other errors such as ORA-12500
ora-600 [729] (UGA memory) or ora-600 [730] (SGA or large pool)
**************************************************************************************
There is now a Diagnostic Tool available through My Oracle Support to help diagnose ORA-4030 issues.
This tool will provide suggestions to resolve ORA-4030 issues by analyzing uploaded RDA files. Individual
processing of trace files or IPS packages is not currently implemented, but please check back since this
functionality is planned for in an upcoming release.
Select this link ORA-4030 Troubleshooting Tool to open a new browser window.
How to use the ORA-4030 Troubleshooting Tool on My Oracle Support Document: 1511048.1
**************************************************************************************
Note:
If you would like to explore this topic further, please join the Community discussion 'Diagnosing and Resolving ORA-
4030 errors' where you can ask questions, get help from others, and share your experiences with this specific article.
Common Bugs
相关文档
评论