Enable Parallel Requests During Upload

You can enable Oracle Visual Builder Add-in for Excel to send multiple requests in parallel during upload to improve performance and shorten the overall time to upload a large set of changes.

Parallel requests behave differently than multi-row requests. With a multi-row request, the add-in sends the changes for multiple rows in each request; With parallel requests, the add-in sends multiple requests at the same time, regardless of whether the request contains one row or multiple rows. See Upload Changes Using Multi-Row Requests.

Note:

Although the add-in processes changed rows in "table order" (from top to bottom), the threading used for parallel requests may result in rows arriving at the REST service endpoint "out of order". For example, request 7 may arrive at the endpoint before request 6.
To enable parallel requests, open the Business Object Editor for the target business object, then click the Upload tab and select Supports Parallel Requests.