Table of Contents

Search

  1. Preface
  2. Understanding the Repository
  3. Using the Repository Manager
  4. Folders
  5. Managing Object Permissions
  6. Local and Global Shortcuts
  7. Team-Based Development with Versioned Objects
  8. Labels
  9. Object Queries
  10. Team-Based Development with Deployment Groups
  11. Copying Folders and Deployment Groups
  12. Exporting and Importing Objects
  13. Exchanging Metadata
  14. Copying Objects
  15. Metadata Extensions
  16. Appendix A: MX Views Reference

Repository Guide

Repository Guide

REP_SESS_LOG

REP_SESS_LOG

This view provides log information about sessions. This view supplies the status of the last session, which might contain one or many target tables.
The following table lists session log information in the REP_SESS_LOG view:
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.

0 COMMENTS

We’d like to hear from you!