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
What is responsibility and how u attach How to create user and how u attach with responsibility.
Is it possible to execute a dynamic sql from forms?
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
what is a package n what r the packages availbla in report
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
hiding item in report how like that properly,thats manually but at runtime i want to do
How to create Drill down report?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
What do you understand by oracle forms and why are they required?
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.
what exactly u write in when_new_form_instance
What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?
What is an SQL FORMS ?
Explain the various types of oracle report?
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