Pending Items Check View Has Performance Issue
(Doc ID 2851418.1)
Last updated on MARCH 01, 2022
Applies to:
Oracle FLEXCUBE Universal Banking - Version 12.0.3 and laterInformation in this document applies to any platform.
Symptoms
On : 12.0.3 version, Production Support-SET
ACTUAL BEHAVIOR
---------------
Pending items check view has performance issue
below query has performance issue
SELECT 1 FROM CSTB_CONTRACT_EVENT_LOG WHERE CONTRACT_REF_NO LIKE :B1 || '%' AND AUTH_STATUS = 'U' AND ((CONTRACT_STATUS <> 'H' AND MODULE <> 'LD') OR (MODULE = 'LD' AND CONTRACT_STATUS NOT IN ('I', 'H'))) ;
EXPECTED BEHAVIOR
-----------------------
Need to optimize the performance of this
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Navigate to Pending items check screen and verify if the screen loads the data immediately
BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, EOD timing is high
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 |