Forms locking mode
Dojrdje, March 30, 2021 - 11:18 am UTC
It's problem with multi-session work with Forms, when multiple users change records in database Forms block of the same table/view. It's not a problem with views or tables when you do not lock records.
One solution is not to use default database blocks in Forms.
Second solution is to set Forms isolation mode to serializable and block locking mode to delayed. And hope that it will work.
March 30, 2021 - 12:17 pm UTC
Thanks for sharing