PowerCenter
- PowerCenter 10.5.6
- All Products
Column Name
| Datatype
| Description
|
---|---|---|
SUBJECT_AREA*
| VARCHAR2 (240)
| Folder name.
|
SUBJECT_ID*
| NUMBER
| Folder ID.
|
SESSION_NAME
| VARCHAR2 (240)
| Session name.
|
SESSION_ID*
| NUMBER
| Session ID.
|
SESSION_INSTANCE_NAME*
| VARCHAR2 (240)
| Session instance name.
|
SUCCESSFUL_ROWS
| NUMBER
| Number of successfully loaded target rows.
|
FAILED_ROWS
| NUMBER
| Number of failed target rows.
|
SUCCESSFUL_SOURCE_ROWS
| NUMBER
| Number of successfully read source rows.
|
FAILED_SOURCE_ROWS
| NUMBER
| Number of failed source rows.
|
FIRST_ERROR_CODE
| NUMBER
| First error code.
|
FIRST_ERROR_MSG
| VARCHAR2 (2000)
| First error message.
|
LAST_ERROR_CODE
| NUMBER
| Last error code.
|
LAST_ERROR
| VARCHAR2 (2000)
| Last error message.
|
RUN_STATUS_CODE
| NUMBER
| Run status code.
1 = Suceeded
2 = Disabled
3 = Failed
4 = Stopped
5 = Aborted
6 = Running
7 = Suspending
8 = Suspended
9 = Stopping
10 = Aborting
11 = Waiting
12 = Scheduled
13 = Unscheduled
14 = Unknown
15 = Terminated
MX views may not provide up-to-the-minute information about transient session and workflow status, such as suspending, stopping, and aborting.
|
ACTUAL_START
| DATE (DB SPECIFIC)
| Actual time session started.
|
SESSION_TIMESTAMP
| DATE (DB SPECIFIC)
| Time completed.
|
SESSION_LOG_FILE
| VARCHAR2 (2000)
| Session log file name.
|
BAD_FILE_LOCATION
| VARCHAR2 (4000)
| Location of the reject file.
|
TASK_VERSION_NUMBER*
| NUMBER
| Version number of the task.
|
WORKFLOW_VERSION_NUMBER*
| NUMBER
| Workflow version number.
|
WORKFLOW_NAME
| VARCHAR2 (240)
| Name of the workflow that contains the session instance.
|
MAPPING_NAME
| VARCHAR2 (240)
| Mapping name.
|
TOTAL_ERR
| NUMBER
| Total error code.
|
WORKFLOW_ID*
| NUMBER
| Workflow ID.
|
WORKFLOW_RUN_ID*
| NUMBER
| Workflow run ID.
|
WORKLET_RUN_ID
| NUMBER
| Run ID of a worklet in a workflow.
|
INSTANCE_ID
| NUMBER
| Instance ID.
|
*Indicates that a column is a key column.
|