ZOE_OL_CLIENT_EVENT_LOGS
This table stores the event logs as eported by the Fusion CRM for Microsoft Outlook clients.
Details
-
Schema: FUSION
-
Object owner: ZOE
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
ZOE_OL_EVENT_LOGS_PK |
EVENT_LOG_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| EVENT_LOG_ID | NUMBER | 18 | Yes | System generated identifier for this client. | |
| RECORD_IDENTIFICATION | VARCHAR2 | 20 | Record identification string. | ||
| SOAP_EXTRACT | CLOB | SOAP Extract for the log. | |||
| LOG | BLOB | Yes | Log file received from the client. | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update 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. | ||
| 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. | |
| CLIENT_EVENT_ID | NUMBER | 18 | Yes | The Event which generated this log. | |
| ERROR_CODE | VARCHAR2 | 20 | Error Code | ||
| ERROR_DESCRIPTION | VARCHAR2 | 1000 | Description on the Error occurred |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| ZOE_OL_CLIENT_EVENT_LOGS | zoe_ol_client_events | CLIENT_EVENT_ID |
| zoe_ol_client_events | zoe_ol_client_event_logs | EVENT_LOG_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZOE_OL_CLIENT_EVENT_LOGS_PK | Unique | FUSION_TS_TX_IDX | EVENT_LOG_ID |