DEVFYI - Developer Resource - FYI

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

ORACLE Interview Questions and Answers (Part 2)


(Continued from previous question...)

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

(Continued on next question...)

Other Interview Questions