ZOE_OL_CLIENT_EVENTS

This table stores the events occured in Fusion CRM for Microsoft outlook clients connected to Fusion server.

Details

  • Schema: FUSION

  • Object owner: ZOE

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZOE_OL_CLIENT_EVENTS_PK

CLIENT_EVENT_ID

Columns

Name Datatype Length Precision Not-null Comments
CLIENT_EVENT_ID NUMBER 18 Yes System generated identifier for this client.
EVENT_TYPE_CODE VARCHAR2 32 Type of the event as reported by the client.
EVENT_STATUS_CODE VARCHAR2 32 Status of the event as reported by the client.
EVENT_REPORTED_ON TIMESTAMP Indicates the date and time of this event as reported by the client.
CLIENT_ID NUMBER 18 Yes The client which reported this event. It is cross refernced against CLIENT_ID from ZOE_OL_SYNCED_CLIENTS table.
SYNC_SIZE VARCHAR2 32 Indicates the amount of data transfered.
SYNC_DURATION VARCHAR2 32 Time taken for the sync.
SYNCED_DOWN_RECORD_COUNT NUMBER Indicates the number of records synced down.
SYNCED_UP_RECORD_COUNT NUMBER Indicates the number of records synced up.
EVENT_LOG_ID NUMBER 18 Reference to the log file received from client.
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_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.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
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.
RECORDS_PROCESSED NUMBER 6 Number of records processed.
SYNC_CONFIRMATIONS NUMBER Indicates the number of confirmations during sync
SYNC_DUPLICATES NUMBER Indicates the number of duplicates during sync
SYNC_ISSUES NUMBER Indicates the number of issues during sync
SYNC_CONFLICTS VARCHAR2 20 Indicates the number of conflicts during sync
ATTRIBUTE_01 VARCHAR2 20 New Attribute 01
ATTRIBUTE_02 VARCHAR2 20 New Attribute 02

Foreign Keys

Table Foreign Table Foreign Key Column
ZOE_OL_CLIENT_EVENTS zoe_ol_connected_clients CLIENT_ID
ZOE_OL_CLIENT_EVENTS zoe_ol_client_event_logs EVENT_LOG_ID
zoe_ol_client_event_logs zoe_ol_client_events CLIENT_EVENT_ID

Indexes

Index Uniqueness Tablespace Columns
ZOE_OL_CLIENT_EVENTS_PK Unique FUSION_TS_TX_IDX CLIENT_EVENT_ID