Multidomain MDM
- Multidomain MDM H2L
- All Products
Table Name | Description |
---|---|
C_REPOS_JOB_CONTROL | As soon as a job starts to run, it registers itself in C_REPOS_JOB_CONTROL with a RUN_STATUS of 2 (Running/Processing). Once the job completes, its status is updated to one of the following values:
|
C_REPOS_JOB_METRIC | When a batch job has completed, it registers its statistics in C_REPOS_JOB_METRIC. There can be multiple statistics for each job. Join to C_REPOS_JOB_METRIC_TYPE to get a description for each statistic. |
C_REPOS_JOB_METRIC_TYPE | Stores the descriptions of the types of metrics that can be registered in C_REPOS_JOB_METRIC. |
C_REPOS_JOB_STATUS_TYPE | Stores the descriptions of the RUN_STATUS values that can be registered in C_REPOS_JOB_CONTROL. |