EIVW_PENDING_ITEMS Taking Time due to union condition.
(Doc ID 2564498.1)
Last updated on NOVEMBER 28, 2022
Applies to:
Oracle FLEXCUBE Universal Banking - Version 12.4.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
On : 12.4.0.0.0 version, Implementation Support
ACTUAL BEHAVIOR
---------------
View EIVW_PENDING_ITEMS is a complex one, including 29 UNION ALL clauses and just one UNION clause:
EXPECTED BEHAVIOR
-----------------------
Please check if this clause is justified of remains as a typo.
SIMULATION STEPS
-----------------------
1. In View EIVW_PENDING_ITEMS
2. SELECT branch_code BR, 'MS' MD, reference_no RN, '' MT, 'Common Group Messages' , maker_id ID
FROM mstbs_commsg_master
WHERE auth_stat = 'U'
BUSINESS IMPACT
-----------------------
This UNION clause causes sort and elimination of duplicates over entire result set, which is a highly costly operation.
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 |