Miscellaneous
This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.
| Property | Description |
| BatchSize | The maximum size of each batch operation to submit. |
| 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. |
| ConnectionLifeTime | The maximum lifetime of a connection in seconds. Once the time has elapsed, the connection object is disposed. |
| ConnectOnOpen | This property specifies whether to connect to the Oracle Eloqua when the connection is opened. |
| 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 when no aggregation or GROUP BY is used in the query. This takes precedence over LIMIT clauses. |
| Other | These hidden properties are used only in specific use cases. |
| Pagesize | The maximum number of results to return per page from Oracle Eloqua. |
| PoolIdleTimeout | The allowed idle time for a connection before it is closed. |
| PoolMaxSize | The maximum connections in the pool. |
| PoolMinSize | The minimum number of connections in the pool. |
| PoolWaitTime | The max seconds to wait for an available connection. |
| PseudoColumns | This property indicates whether or not to include pseudo columns as columns to the table. |
| 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). |
| RTK | The runtime key used for licensing. |
| 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. |
| UseConnectionPooling | This property enables connection pooling. |
| 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. |