Concurrent Processing R12.2 : In EM Monitor Utility Lot Of Concurrent Queries Running Are Causing High CPU Spikes
(Doc ID 2358602.1)
Last updated on JANUARY 15, 2023
Applies to:
Oracle Concurrent Processing - Version 12.2 to 12.2 [Release 12.2]Information in this document applies to any platform.
Symptoms
OEM concurrent manager monitoring for EBS is causing high CPU consumption on exadata machine due to hard parsing of queries and not using bind variables.
After running the AWR report, the expensive SQL was identified. When the FND_CONCURRENT_CRM_REQUESTS and fnd_concurrent_worker_requests views are compiled, it is running a select against the following:
/*+ ORDERED INDEX (r, FND_CONCURRENT_REQUESTS_N7) USE_NL (r p) NO_EXPAND */
This is causing a fixed limit on the number of branches that the _fix_control parameter can expand to.
This parameter is set in the init.ora file.
Changes
NA
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 |