MSC_PLAN_EXCEPTION_SUMMARY

This table stores exception count for each exception against plan run

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_PLAN_EXCEPTION_SUMMARY_PK

PLAN_ID, EXCEPTION_ID

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes ID of plan for which exception count is recorded.
EXCEPTION_ID NUMBER 18 Yes ID of exception that got generated while plan run.
USER_NAME VARCHAR2 64 User name who ran plan
EXCEPTION_COUNT NUMBER 9 Yes Number of violations for current exception.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
MSC_PLAN_EXCEPTION_SUMMARY_U1 Unique Default PLAN_ID, EXCEPTION_ID