SVC_OMNI_HOUR_METRICS
Table to contain the hourly aggregated values of a metric calculation.
Details
-
Schema: FUSION
-
Object owner: SVC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
SVC_OMNI_HOUR_METRICS_PK |
HOUR_METRIC_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| HOUR_METRIC_ID | NUMBER | 18 | Yes | Generated sequence for the primary key. | |
| DATE_TIME | TIMESTAMP | Yes | Time metric calculation was updated. | ||
| WORK_TYPE_CD | VARCHAR2 | 30 | Yes | Work type for the metric calculation. | |
| METRIC_SUBJECT_CD | VARCHAR2 | 30 | Yes | Metric subject type for the metric calculation. | |
| METRIC_NAME | VARCHAR2 | 30 | Yes | Metric name of the calculation. | |
| QUEUE_ID | NUMBER | 18 | Queue id associated with the metric calculation. | ||
| RESOURCE_PARTY_ID | NUMBER | 18 | Agent id associated with the metric calculation. | ||
| SUBJECT_ID | NUMBER | 18 | Subject id associated with the metric calculation. | ||
| AVG | NUMBER | 18 | Average value of the metric calculation. | ||
| MIN | NUMBER | 18 | Minimum value of the metric calculation. | ||
| MAX | NUMBER | 18 | Maximum value of the metric calculation. | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| SVC_OMNI_HOUR_METRICS_N1 | Non Unique | Default | WORK_TYPE_CD, METRIC_NAME, DATE_TIME, QUEUE_ID |
| SVC_OMNI_HOUR_METRICS_N2 | Non Unique | Default | WORK_TYPE_CD, METRIC_NAME, DATE_TIME, RESOURCE_PARTY_ID |
| SVC_OMNI_HOUR_METRICS_N3 | Non Unique | Default | WORK_TYPE_CD, METRIC_NAME, DATE_TIME, SUBJECT_ID |
| SVC_OMNI_HOUR_METRICS_PK | Unique | Default | HOUR_METRIC_ID |