InputTrigger
The InputTrigger parameter indicates the type of units used in the InputValue parameter. You can specify whether the number defined by the InputValue parameter represents a number of seconds or a number of input SQL statements that the High-speed Apply Engine has processed.
Attributes
This parameter has the following attributes:
Attribute | Value |
---|---|
Section | [MonitorTuning] |
Abbreviation | None |
DBMS | Db2, Db2 LUW, Oracle |
Required? | No |
Valid values | Time, Count, None |
Default value | Time |
Usage
Use this parameter along with the InputValue parameter to define how often High-speed Apply Engine displays progress messages for SQL statements that High-speed Apply Engine has processed as input. You can also use this parameter to prevent High-speed Apply Engine from displaying these messages. Specify one of the following values.
- Time indicates that the number defined by the InputValue parameter represents a number of seconds.
- Count indicates that the number defined by the InputValue parameter represents a number of SQL statements in the input file.
- None prevents High-speed Apply Engine from displaying progress messages for input SQL statements.
If the value of this parameter is Time or Count, you must specify the InputValue parameter. For more information about the InputValue parameter, see InputValue.
Related topic