FFS_SP_RUN_TIME
Contains statistics of routing runs aggregated on day level.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_SP_RUN_TIME_PK |
RUN_DATE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RUN_DATE | DATE | Yes | Date when scheduling was run and for which the statistics is accumulated. The date is defined according to customer local time zone. | ||
TOTAL_RUN_TIME_SCHEDULING | NUMBER | 10 | Total time in seconds that all scheduling runs spent on the scheduling engine per date RUN_DATE. If the RUN_DATE is today, the field contains the currently consumed time of the scheduling engine. | ||
TOTAL_RUN_TIME_SLT | NUMBER | 10 | Total time in seconds that all scheduling runs spent on the SLT-service per date RUN_DATE. If the RUN_DATE is today, the field contains the currently consumed time of the SLT-service . | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of 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 |
---|---|---|---|
FFS_SP_RUN_TIME_PK | Unique | DATA | RUN_DATE |