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 are the various configuration files that are used by oracle forms?
how to send file attachment from oracle forms
Name the different triggers associated with oracle forms having a master-detail relationship.
if some data is not transfered where it will get stored
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 difference between group above and group left report
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
i have a repeating frame that prints on every page for a product code. But when on page ends the info associated with that product code is truncated and not overflowed to the next page.On the next page data with the new product code is displayed. I want the data for one product code to be continued on the next page if it does not fit on a single page. The values are as: repeating frame vertical = variable horizontal = variable page protect = 0 print object on = first page base printing on = enclosing object for the outermost frame which encloses the repeating frame: print object on = last page base printing on = anchoring object end of layout section = yes rest all the values are same as the repeating frame
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
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 ?
how do u compile a form i.e .fmb file in Unix or in dos
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
What is a matrix report and how many minimum groups are required to prepare the same?
how do u place it in required folder
how report can be generated if we have the database designed in oracle 10g?