This page was last edited on February 12, 2020, at 15:24.
Comments or questions about this documentation? Contact us for support!
In the Column List:
Introduced: 8.5.0
In partitioned databases, this table is not partitioned.
This table describes caller activity within an SDR session. The same columns and column descriptions apply to other AGT_SDR_SESS_BLOCK_* tables.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
DATE_TIME_KEY | NUMBER(38,0) | X | -1 | ||
SDR_ENTRY_POINT_KEY | NUMBER(38,0) | X | -1 | ||
SDR_APPLICATION_KEY | NUMBER(38,0) | X | -1 | ||
SDR_GEO_LOCATION_KEY | NUMBER(38,0) | X | -1 | ||
SDR_LANGUAGE_KEY | NUMBER(38,0) | X | -1 | ||
AGR_SET_KEY | NUMBER(38,0) | X | X | ||
SDR_INPUT_KEY | NUMBER(38,0) | X | -1 | ||
SDR_USER_INPUT_KEY | NUMBER(38,0) | X | -1 | ||
SDR_INPUT_OUTCOME_KEY | NUMBER(38,0) | X | -1 | ||
BLOCKS | NUMBER(38,0) | ||||
STRIKEOUT | NUMBER(38,0) | ||||
SUCCESS | NUMBER(38,0) | ||||
NO_INPUT_ERROR | NUMBER(38,0) | ||||
NO_MATCH_ERROR | NUMBER(38,0) | ||||
DURATION | NUMBER(38,0) |
The surrogate key that is used to join this aggregate table to the DATE_TIME dimension table to identify the calendar date and 15-minute interval that correspond to the start of the aggregated interval.
The key that is used to join the SDR_ENTRY_POINT dimension to the fact tables.
The key that is used to join the SDR_APPLICATION dimension to the fact tables.
The key that is used to join the SDR_GEO_LOCATION dimension to the fact tables.
The key that is used to join the SDR_LANGUAGE dimension to the fact tables.
The surrogate key that is used to join this aggregate table to the AGR_SET table.
The key that is used to join the SDR_INPUT dimension to the fact tables.
The key that is used to join the SDR_USER_INPUT dimension to the fact tables.
The key that is used to join the SDR_INPUT_OUTCOME dimension to the fact tables.
The total number of hits to a given block. A session can hit a block more than once.
The total number of times that the maximum number of retries was reached.
The total count of instances when the caller's input was not heard or not received.
The total count of instances when the caller's input did not match a set of possible values predefined in the Designer application.
The total amount of time (in seconds) spent in Designer applications during the reporting period.
No subject area information available.