1.

What Are Difference Between Post Database Commit And Post-form Commit?

Answer»

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-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.



Discussion

No Comment Found