Table of Contents

Search

  1. Preface
  2. Model Repository (MRX) Views
  3. Profiling Warehouse Views
  4. Business Glossary Views

Database View Reference

Database View Reference

MRX_TASK_STAT_SUMMARY

MRX_TASK_STAT_SUMMARY

The MRX_TASK_STAT_SUMMARY view provides information about the run-time statistics of various tasks run.
The following table describes the columns in the MRX_TASK_STAT_SUMMARY view:
Column Name
Datatype
Description
STAT_ID
VARCHAR
ID of the statistic.
PARENT_STAT_ID
VARCHAR
ID of the parent statistic.
OBJECT_ID
VARCHAR
The UUID (Universally Unique Identifier) of the corresponding the RequestStat.
TASK_NAME
VARCHAR
Name of the task.
TASK_TYPE
VARCHAR
Type of the task. The task type such as the MappingTask, CommandTask, and NotificationTask.
STATE
NUMBER
State of the task. Stat.
STATE_DESC
VARCHAR
Description of the State for the RequestStat. The value of the column such as RUNNING, COMPLETED, FAILED, ABORTED, TIMEOUT, CANCELED, QUEUED, UNKNOWN, RECEIVED, ACCEPTED, TBD.
START_TIME
NUMBER
Start time of the RequestStat .
END_TIME
NUMBER
End time of the RequestStat.
SERVICE_NAME
VARCHAR
Data Integration Service name.
NODE_NAME
VARCHAR
Node name that generates the statistics.
RUNATTEMPTCOUNT
NUMBER
The attempt count of the task run.
LOGID
VARCHAR
Identifier for a task specific log.
WF_DEFINITION_NAME
VARCHAR
Workflow definition name that is associated with the task.

0 COMMENTS

We’d like to hear from you!