FUN_SENSOR_INSIGHT_RECIPIENTS
This table stores the recipients of insights (users or roles), including the generated summaries and the current status for each recipient.
Details
-
Schema: FUSION
-
Object owner: FUN
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
FUN_SENSOR_INSIGHT_RCPNTS_PK |
INSIGHT_RECIPIENT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| INSIGHT_RECIPIENT_ID | NUMBER | 18 | Yes | Unique identifier for an insight recipient, linking an insight to a specific user or role. | |
| SIGNAL_ID | NUMBER | 18 | Yes | Reference to the signal that triggered the insight, indicating that a monitoring condition was met. | |
| INSIGHT_SUMMARY | VARCHAR2 | 4000 | Summary of the insight, tailored for the recipient. | ||
| RECIPIENT_TYPE_CODE | VARCHAR2 | 30 | Yes | Specifies the recipient type. Valid values include User, Role, and so on. | |
| RECIPIENT_NAME | VARCHAR2 | 4000 | Yes | Name of the user or role assigned to the insight. | |
| STATUS_CODE | VARCHAR2 | 30 | Yes | The current lifecycle status of the assigned insight. Valid values include Open, Dismissed, Reviewed, and Obsoleted. | |
| 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. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| 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_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_RCPNTS_N1 | Non Unique | Default | SIGNAL_ID |
| FUN_SENSOR_INSIGHT_RCPNTS_U1 | Unique | Default | INSIGHT_RECIPIENT_ID |