Difference between post database commit and post-form commit

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

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.
What is advantage of having disk shadowing/ Mirroring in oracle?
Advantage of having disk shadowing/Mirroring....
What is use of a cursor variable in oracle? How it is defined?
A cursor variable works like pointer in C. It is used to hold address of an item rather than the item itself.....
What is CYCLE/NO CYCLE in a oracle Sequence?
When a sequence is created using CYCLE option, values for the column are regenerated from MINVALUE.....
Post your comment