Skip to Main Content

Application Development Software

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!

oracle.jbo.RowInconsistentException: JBO-25014: Another user has changed the row with primary key oracle.jbo.Key[271518 ]

Krishna Kanth GJun 13 2025

I have a Table in DB, for that I've created an EO and VO and a JSF page with the VO long ago. Now, we have added a new column in DB. And added the new column in both EO & VO, and in JSF page as well.

When I query the data, and trying to save it, I'm getting the below error.

NOTE : I have NOT opened the page in multiple browsers. I'm not even changing the data after query.

oracle.jbo.RowInconsistentException: JBO-25014: Another user has changed the row with primary key oracle.jbo.Key[271518 ]

Comments
Post Details
Added on Jun 13 2025
0 comments
36 views