CC_SE_TIMESTAMP_FF
Set this environment variable to specify whether decimal point and fractional digits are included in the timestamp values, when the connector runs in server jobs.
When the environment variable is set to a value other than NONE, MICROSECONDS or SCALE, the behavior is the same as if the environment variable was not set. The environment variable values are case sensitive. When the environment variable is not set, the timestamp values that are produced by the job include a trailing decimal point and six fractional digits.
You can set the environment
variable to the following values:
- NONE
- The trailing decimal point and the fractional digits are both omitted.
- MICROSECONDS
- The trailing decimal point and six fractional digits are included.
- SCALE
- The trailing decimal point and S fractional digits are included, where S represents the value of the Scale attribute in the timestamp column definition. When the Scale attribute value is not defined for the column, the Scale attribute value of zero is assumed.