Miscellaneous

This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.


Property Description
BulkPollingInterval The time interval between requests that check the availability of the bulk query response. The default value is 200 ms.
BulkQueryTimeout The timeout in minutes for which the provider will wait for a bulk query response. The default value is 25 minutes.
DataRetentionDuration The length of time (in hours) that bulk data is stored on the server. Valid values are from 1 hour to 2 weeks. The default value is 24 hours.
DisplayColumnName Specifies the display name for columns when using the Oracle Eloqua Bulk API. The possible settings are empty string, 'internal', and 'statement'.
MapDataCardsCaseSensitiveMatch Whether or not to use case sensitive match in data card mapping.
MapDataCardsRelationship Comma-separated list of the relationships between the Custom Object tables and the Entity tables.
MaxRows Limits the number of rows returned rows when no aggregation or group by is used in the query. This helps avoid performance issues at design time.
Other These hidden properties are used only in specific use cases.
Pagesize The maximum number of results to return per page from Oracle Eloqua.
Readonly You can use this property to enforce read-only access to Oracle Eloqua from the provider.
RetryCount The maximum number of times to retry a Bulk API request that fails due to an HTTP 500 status code (Internal Server Error).
RetryInterval The time interval between attempts to retry a Bulk API request that failed with an HTTP 500 status code (Internal Server Error).
Timeout The value in seconds until the timeout error is thrown, canceling the operation.
UseBulkAPI Whether or not the bulk API is used for retrieving data.
UserDefinedViews A filepath pointing to the JSON configuration file containing your custom views.
UseSimpleNames Boolean determining if simple names should be used for tables and columns.