Common Content for Data Engineering
- Common Content for Data Engineering 10.2.2
- All Products
... -o SQLDataServiceOptions.option_name=value ...
Option
| Description
|
---|---|
SQLDataServiceOptions.startupType
| Determines whether the SQL data service is enabled to run when the application starts or when you start the SQL data service. Enter ENABLED to allow the SQL data service to run. Enter DISABLED to prevent the SQL data service from running.
|
SQLDataServiceOptions.traceLevel
| Level of error messages written to the session log. Specify one of the following message levels:
|
SQLDataServiceOptions.connectionTimeout
| Maximum number of milliseconds to wait for a connection to the SQL data service. Default is 3,600,000.
|
SQLDataServiceOptions.requestTimeout
| Maximum number of milliseconds for a SQL request to wait for a SQL Data Service response. Default is 3,600,000.
|
SQLDataServiceOptions.sortOrder
| Sort order that the Data Integration Service uses for sorting and comparing data when running in Unicode mode. You can choose the sort order based on your code page. When the Data Integration runs in ASCII mode, it ignores the sort order value and uses a binary sort order. Default is binary.
|
SQLDataServiceOptions.maxActiveConnections
| Maximum number of active connections to the SQL data service. Default is 10.
|
SQLDataServiceOptions.ResultSetCacheExpirationPeriod
| The number of milliseconds that the result set cache is available for use. If set to -1, the cache never expires. If set to 0, result set caching is disabled. Changes to the expiration period do not apply to existing caches. If you want all caches to use the same expiration period, purge the result set cache after you change the expiration period. Default is 0.
|
SQLDataServiceOptions.DTMKeepAliveTime
| Number of milliseconds that the DTM instance stays open after it completes the last request. Identical SQL queries can reuse the open instance. Use the keep alive time to increase performance when the time required to process the SQL query is small compared to the initialization time for the DTM instance. If the query fails, the DTM instance terminates.
Must be an integer. A negative integer value means that the DTM Keep Alive Time for the Data Integration Service is used. 0 means that the Data Integration Service does not keep the DTM instance in memory. Default is -1.
|
SQLDataServiceOptions.optimizeLevel
| The optimizer level that the Data Integration Service applies to the object. Enter the numeric value that is associated with the optimizer level that you want to configure. You can enter one of the following numeric values:
|