The frequency that query data is synchronized is set in the Property
Inspector for the Data Control (.cpx
). There are two
choices, batch and immediate:
Each client has its own default setting that can be changed.
To change a clients synchronization setting:
.cpx
file.
The .cpx
file will be updated with the following
<DataControl>
element definition:
<Parameter
name="Sync"
value="Batch" or "Immediate" >
</Parameter>
Note that if you edit the .cpx
file yourself, type the
value as "Batch
" or "Immediate
". The values are case-sensitive.
About Oracle ADF Business Components Batch Mode
Copyright © 1997, 2004, Oracle. All rights reserved.