Database Administrator (DBA) Question:
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.
Previous Question | Next Question |
From which designation is it preferred to send the output to the printed? | What are the different display styles of list items? |