DBMS_HPROF.ANALYZE Fails With ORA-04030: out of process memory when trying to allocate 16328 bytes (koh-kghu call ,khpga_malloc)
(Doc ID 1536950.1)
Last updated on FEBRUARY 24, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.3 to 11.2.0.3 [Release 11.2]Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
On : 11.2.0.3 version, RDBMS
Following <Note 763944.1> and trying to analyze the previously created profile trace file by running next command:
begin
:runid:=dbms_hprof.analyze(location=>'<DIRECTOY_NAME>',filename=>'<FILENAME>',run_comment=>'<COMMENT_NAME>');
end;
The following error occurs:
ERROR
-----------------------
ORA-04030: out of process memory when trying to allocate 16328 bytes (koh-kghu call ,khpga_malloc)
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 |