Table of Contents

Search

  1. Preface
  2. Command Line Programs and Utilities
  3. Installing and Configuring Command Line Utilities
  4. Using the Command Line Programs
  5. Environment Variables for Command Line Programs
  6. Using infacmd
  7. infacmd as Command Reference
  8. infacmd aud Command Reference
  9. infacmd autotune Command Reference
  10. Infacmd bg Command Reference
  11. infacmd ccps Command Reference
  12. infacmd cluster Command Reference
  13. infacmd cms Command Reference
  14. infacmd dis Command Reference
  15. infacmd dp Command Reference
  16. infacmd idp Command Reference
  17. infacmd edp Command Reference
  18. Infacmd es Command Reference
  19. infacmd ihs Command Reference
  20. infacmd ipc Command Reference
  21. infacmd isp Command Reference
  22. infacmd ldm Command Reference
  23. infacmd mas Command Reference
  24. infacmd mi Command Reference
  25. infacmd mrs Command Reference
  26. infacmd ms Command Reference
  27. infacmd oie Command Reference
  28. infacmd ps Command Reference
  29. infacmd pwx Command Reference
  30. infacmd roh Command Reference
  31. infacmd rms Command Reference
  32. infacmd rtm Command Reference
  33. infacmd sch Command Reference
  34. infacmd search Command Reference
  35. infacmd sql Command Reference
  36. infacmd tdm Command Reference
  37. infacmd tools Command Reference
  38. infacmd wfs Command Reference
  39. infacmd ws Command Reference
  40. infacmd xrf Command Reference
  41. infacmd Control Files
  42. infasetup Command Reference
  43. pmcmd Command Reference
  44. pmrep Command Reference
  45. Working with pmrep Files

Command Reference

Command Reference

SQL Data Service Options

SQL Data Service Options

Use SQL data service options to update a SQL data service. Use the SQL data service options with the infacmd sql UpdateSQLDataServiceOptions command.
Enter SQL data service options in the following format:
... -o SQLDataServiceOptions.option_name=value ...
To enter multiple options, separate them with a space. To enter a value that contains a space or other non-alphanumeric character, enclose the value in quotation marks.
The following table describes connection options for infacmd sql UpdateSQLDataServiceOptions:
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:
  • Fatal
  • Error
  • Info
  • Trace
  • Debug
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:
  • 0. The Data Integration Service does not apply optimization.
  • 1. The Data Integration Service applies the early projection optimization method.
  • 2. The Data Integration Service applies the early projection, early selection, push-into, and predicate optimization methods.
  • 3. The Data Integration Service applies the cost-based, early projection, early selection, push-into, predicate, and semi-join optimization methods.

0 COMMENTS

We’d like to hear from you!