To control the number of records to fetch from a database or write to a database at one time, increase or decrease the array size.
You set the Array size and Record count properties together. The array size specifies the number of records to include in each batch that the read and write operations on the database process. The record count specifies the number of records to process in each transaction.
If you configure row prefetching, when a SELECT statement runs, the connector fetches the number of rows specified by the Array size property plus the number of rows specified by the Prefetch row count property.
To set the array size:
This topic is also in the IBM InfoSphere DataStage and QualityStage Connectivity Guide for Oracle Databases.
