How to Skip a Transaction if the Transaction Occurs Against a Locked ROW in a TABLE.
(Doc ID 1076237.6)
Last updated on FEBRUARY 03, 2022
Applies to:
Precompilers - Version 9.2.0.8 and laterInformation in this document applies to any platform.
Goal
In Pro*C, how do you skip a transaction if this transaction occurs against a locked ROW in a TABLE.
If there are two different transactions which are trying to update the same row in a table, then one transaction will by default wait for the other to complete and then process the update. This may lead to updates being buried and will affect the performance of the program.
Solution
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
Goal |
Solution |