Database View Reference

Database View Reference

MRX_PROFILERUNSTAT

MRX_PROFILERUNSTAT

The MRX_PROFILERUNSTAT view provides information about the run-time statistics of a profile, profile model, or scorecard.
The following table describes the columns in the MRX_PROFILERUNSTAT view:
Column Name
Datatype
Description
OBJECT_ID*
VARCHAR(240)
Object ID of the profile, profile model, or scorecard.
PARENT_OBJECT_ID
VARCHAR(240)
Object ID of the parent object that the child object belongs to.
OBJECT_NAME
VARCHAR(384)
Name of the profile, profile model, or scorecard.
REQUEST_TYPE
VARCHAR(384)
Request type of the object, such as a profile, profile model, or scorecard.
START_TIME
NUMBER
Start run time of the profile, profile model, or scorecard.
END_TIME
NUMBER
End run time of the profile, profile model, or scorecard.
EXECUTION_TIME
NUMBER
Run time of the profile, profile model, or scorecard.
SECURITY_DOMAIN
VARCHAR(384)
The domain the user belongs to.
USER_NAME
VARCHAR(384)
Username of the user who ran the profile, profile model, or scorecard.
STATUS
VARCHAR(240)
Run-time status of the profile, profile model, or scorecard.
The following list describes the status codes:
  • 0 - Running
  • 1 - Complete
  • 2 - Failed
  • 3 - Aborted
  • 4 - Timeout
  • 5 - Canceled
  • 6 - Queued
  • 7 - Unknown
NODE_NAME
VARCHAR(240)
Name of the node where the profile, profile model, or scorecard was run.
SERVICE_NAME
VARCHAR(384)
Name of the Data Integration Service that ran the profile, profile model, or scorecard.
*Indicates that the column is a key column.

0 COMMENTS

We’d like to hear from you!