what are difference between post database commit and
post-form commit?
Answer Posted / chaudhry
Post-form commit fires once during the post and
commit transactions process, after the database commit
occures. The post-form-commit trigger fires after
inserts,updates and deletes have been posted to the
database but before the transactions have been
finalished in the issuing the command.The
post-database-commit trigger fires after oracle forms
issues the commit to finalished transactions.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
did u received a single file or multiple files
Explain the different levels at which oracle form services interact.
What is responsibility and how u attach How to create user and how u attach with responsibility.
What do you understand by lov?
In what sequence do triggers get fired by oracle forms?
What is an SQL FORMS ?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
what are the oracle forms services components include?
what is difference between group above and group left report
how do u compile a form i.e .fmb file in Unix or in dos
I have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
can you convert or reverse engineer a fmx back to a fmb file?
difference between global n context sensitive segments?
Name the different triggers associated with oracle forms having a master-detail relationship.