Bulk load properties
- Last Updated: October 27, 2017
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Eloqua 6.0
- Documentation
The following table summarizes connection properties related to bulk load operations.
| Property | Characteristic |
|---|---|
| BulkActivityPageSize | Specifies the maximum number of rows to be
fetched from Activity_XXX tables
in a single request. The default is 50000. |
| BulkPageSize | Specifies the maximum number of rows to be
fetched from Oracle Eloqua in a single request. The default is
5000. |
| BulkTimeout | Specifies the timeout duration for a bulk call
in seconds. The default is 1800. |
| BulkTopThreshold | Specifies a threshold for determining whether
bulk operations are used to process qualifying Select queries that
include a Top n clause. The
default is 1000. (See Bulk operations for more information on qualifying Select
queries.) |