ZPS_MS_EVENTS
The table that captures all the event data pushed by Microsoft Exchange. This event data is used by Microsoft 365 synchronization engine process.
Details
-
Schema: FUSION
-
Object owner: ZPS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZPS_MS_EVENTS_PK |
MS_EVENT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| MS_EVENT_ID | NUMBER | 18 | Yes | The column has the Primary key of the table. | |
| SUBSCRIPTION_ID | VARCHAR2 | 2000 | The column has the Foreign key to the table, ZPS_USERS. | ||
| OBJECT_ID | VARCHAR2 | 4000 | Yes | The column has the Id of the Microsoft object. | |
| MS_OBJECT_TYPE | VARCHAR2 | 50 | Yes | The column indicates the type to which a Microsoft object belongs. | |
| ACTION_TYPE | VARCHAR2 | 50 | Yes | The column indicates the type of action performed on the Microsoft object - created, updated, deleted or missed. | |
| NOTIFICATION_SEQ_NUM | NUMBER | 18 | Yes | The column has the sequence number of the notification. | |
| 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. | ||
| MS_EVENT_DATA | CLOB | The column stores the additional data related to Microsoft, in JSON format. | |||
| PROCESSING_STATUS_CODE | VARCHAR2 | 30 | The code indicating the processing status of the event, such as ERROR. | ||
| PROCESSING_STATUS_DETAIL | VARCHAR2 | 1000 | The details of the event processing status. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZPS_MS_EVENTS_N1 | Non Unique | Default | MS_OBJECT_TYPE, SUBSCRIPTION_ID |
| ZPS_MS_EVENTS_U1 | Unique | Default | MS_EVENT_ID |