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 system.current_field and system.cursor_field ?
What package procedure used for invoke sql plus from sql forms ?
what is the source file of po report?
With which function of summary item is the compute at options required?
what are difference between post database commit and post-form commit?
Can you change the color of the push button in design time?
The join defined by the default data link is an outer join yes or no?
What are the difference between lov & list item?
can i use lexical variable in formula column
What is the use of Page Protect Property?
Which is the cheapest and quality Oracle Education provider in Bangladesh?
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