Concurrency Problem With Real Time Requests
(Doc ID 3071567.1)
Last updated on FEBRUARY 17, 2025
Applies to:
Oracle Financial Services Customer Screening - Version 8.1.2 and laterInformation in this document applies to any platform.
Symptoms
Concurrency problem with real time requests.
When a real time request is sent, sometimes the request is inserted twice in fcc_rtscr_request_lookup table because the threads checks that the record is not in the table and both of them executes the insert query, and sometimes it works properly because when one thread checks up the table, the other thread already did the insert and the second thread doesnt execute the insert query because he finds the record already there.
The data is not showing on the UI.
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 |
Cause |
Solution |
References |