CSE_FAILURE_SYMPTOMS

This failure symptoms that are captured in the diagnostics of the failure.

Details

  • Schema: FUSION

  • Object owner: CSE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSE_FAILURE_SYMPTOMS_PK

SYMPTOM_ID

Columns

Name Datatype Length Precision Not-null Comments
SYMPTOM_ID NUMBER 18 Yes The failure chain identifier. This is the primary key of the entity.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CAPTURE_OBJECT_TYPE VARCHAR2 30 Yes The symptom captured in the context of a reference object. The type of such a reference object is stored here.
CAPTURE_OBJECT_ID NUMBER 18 Yes The symptom captured in the context of a reference object. The foreign key reference of which is stored here.
DIAGNOSTIC_CODE_ID NUMBER 18 Yes The diagnostic code identified for the failure instnace. Foreign key to condition event codes with the type of diagnostics.
COMMENTS VARCHAR2 2000 Description of the problem or symptoms.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of 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
CSE_FAILURE_SYMPTOMS_U01 Unique Default SYMPTOM_ID