Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Table row Lock via ADF screen/UI

User_7O0WQNov 18 2024

There is one table INVENTORY which is being updated via job.
There is a screen built using ADF 12.2.1.2.0 version. Users have ability to update (ADF BC) this table data via screen.

The requirement is to acquire a lock when user clicks SAVE button on the screen. At the same time, if the JOB runs and tried to update the data it should fail to do so.

I am looking for the solution where in the lock is acquired on table row when user performs save operation and after commit it is released.

This post has been answered by dvohra21 on Nov 21 2024
Jump to Answer
Comments
Post Details