FUN_SENSOR_INSIGHT_DETAILS

This table stores insight records for each security context where a rule condition was satisfied.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FUN_SENSOR_INSIGHT_DETAILS_PK

INSIGHT_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
INSIGHT_DETAIL_ID NUMBER 18 Yes Unique identifier for an insight detail.
SIGNAL_ID NUMBER 18 Yes Reference to the signal that triggered the insight, indicating that a monitoring condition was met.
INSIGHT_CONTEXT VARCHAR2 100 Security context for which the insight is generated.
INSIGHT_CONTEXT_VALUE NUMBER 18 The security context value for which the insight is generated. Insights are generated for each security context value the user has access to, or are restricted to those explicitly mentioned in the rule.
INSIGHT_SUMMARY VARCHAR2 4000 Summary of the insights tailored for the insight context.
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.
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
FUN_SENSOR_INSIGHT_DETAILS_N1 Non Unique Default SIGNAL_ID
FUN_SENSOR_INSIGHT_DETAILS_U1 Unique Default INSIGHT_DETAIL_ID