Friday 28 June 2013

What are difference between post database commit and post-form commit?

Post-form commit fires once during the post and commit transactions process, after the database commit occurs. The post-form-commit trigger fires after inserts, updates and deletes have been posted to the database but before the transactions have been finalized in the issuing the command. The post-database-commit trigger fires after oracle forms issues the commit to finalized transactions.

Post - Commit fires after leaving the form and before actually committing data in the database.

Post Database Commit fires after committing data in the database.

No comments:

Post a Comment