What is synchronize?
Answers were Sorted based on User's Feedback
Answer / chaudhry
It is a terminal screen with the internal state of the form.
It updates the screen display to reflect the
information that oracle forms has in its internal
representation of the screen.
| Is This Answer Correct ? | 21 Yes | 10 No |
Answer / ijeoma
Synchronize is a term especially used in parallel
computing. It refers to instantaneous execution of the same
task on multiple processes in order to derive the results
faster. Synchronization is the coordination of simultaneous
processes or threads to finish a task faster efficiently
and effectively while reducing any unwanted race condition.
The "race condition" is a fault in a system or process
whereby the output is sometimes surprisingly dependent on
the sequence of other events.
| Is This Answer Correct ? | 5 Yes | 8 No |
What are the triggers associated with a check box?
How do you control the constraints in forms ?
What is the use of place holder column?
running a report from Form or other Report , The Parameter Form Page will be Display first . I don?t want to display the screen . What I have to do ?
What is the difference between object embedding & linking in Oracle forms?
What is a canvas in oracle forms?
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 Trigger ?
Use the add_group_column function to add a column to record group that was created at a design time?
What are modalless windows?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
When a form is invoked with call_form, Does oracle forms issues a save point?