User Tools

Site Tools


useasynchronouscalls_oracle.htm
Navigation:  SQL Drivers > Oracle >====== USEASYNCHRONOUSCALLS ====== Previous pageReturn to chapter overviewNext page

The Oracle driver supports reading ahead asynchronously using the BUFFER statement. This may give performance gains when using this variation of the BUFFER statement. For example, you may have a large report where you need to read a lot of records and do some client side processing. It would improve performance to use the BUFFER's read ahead facility to get data in at the same time you are processing it. However, to enable this feature, all other commands will run slower (become asynchronous).

By default the asynchronous read ahead feature of the BUFFER statement is disabled. To enable this feature set /USEASYNCHRONOUSCALLS=TRUE

useasynchronouscalls_oracle.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1