Which Oracle Enterprise stage read property can be set using db options to tune job performance?
Reveal answer
Fill a bubble to check yourself
Which Oracle Enterprise stage read property can be set using db options to tune job performance?
memsize
arraysize
partitionsize
transactsize
In Oracle Enterprise Datastage stages, the arraysize property controls how many rows are fetched in each batch from the database. A larger arraysize reduces network round-trips and improves performance. Options A, C, and D are not valid Oracle read performance tuning properties available through db options.
In the Oracle Enterprise stage, the arraysize database option controls how many rows are fetched or inserted per round-trip to the database, and tuning this batch size is a standard way to improve throughput and job performance.