Skip to Main Content

APEX

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!

Final Commit in Apex

Gerardus E2 days ago

Hello,

I am experiencing unexpected behavior in our APEX 24.1.3 environment.

To eliminate any irrelevant code, I created a new application with a single button. This button triggers one dynamic action, which executes a server-side PL/SQL block that inserts a record into a dummy table.

  • No page submit is executed.
  • No validations or processes are defined.
  • It’s just one button and one dynamic action.

My expectation was that after pressing the button, the record would not be visible in the dummy table (viewing it from SQL-Developer) until an explicit commit. However, I do see the record immediately.

When I check the debug log, I can clearly see a Final Commit being executed — but I don’t understand why.

Has anyone else experienced this, or can explain what is causing this implicit commit?

Thanks in advance for your help!

This post has been answered by InoL on Sep 8 2025
Jump to Answer
Comments
Post Details
Added 2 days ago
4 comments
163 views