Slow Compilation Due To Complex Associative Array Parameters
(Doc ID 1495268.1)
Last updated on OCTOBER 06, 2022
Applies to:
PL/SQL - Version 11.2.0.3 and laterInformation in this document applies to any platform.
Symptoms
Using Edition-Based Redefinition (EBR) and the table ARGUMENT$ starts growing. Has 1.5 million rows in comparison to 1 million (i.e., before we start EBR).
The request to this table actually takes up to 50% of the compilation time.
Changes
- Use of complex associative array parameters.
- Use of Edition-Based Redefinition (EBR) and the table ARGUMENT$.
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 |