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 is the difference between restricted and unrestricted package procedure ?
suppose there are two textfields t1,t2 in form and we have some value in textfield t1.now the question is that how can we copy the value of the t1 to textfield t2?
What are the two panes that Appear in the design time pl/sql ?
How can you execute the user defined triggers in forms 3.0 ?
What is the difference between flex mode and confined mode?
What Enter package procedure does ?
What is a Navigable item?
what is Oracle10g? Please refer some sites...
What is the User-Named Editor?
sequence of firing triggers for text-item is: 1)key_next_item, 2)when_validate_item, 3)post_text_item Now i change sequence of firing triggers like when_validate_item,key_next_item... Is it possible to change sequence? How?
List the Types of Items?
What is a library in Forms 4.0?