InterviewSolution
| 1. |
What Is 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. |
|