ZPS_CLIENT_USAGES

This table stores the usage data of Office365 Client for Oracle Engagement Cloud. The data stored in this table would be used to analyze the Client usage.

Details

  • Schema: FUSION

  • Object owner: ZPS_365

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZPS_CLIENT_USAGES_PK

CLIENT_USAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
CLIENT_USAGE_ID NUMBER 18 Yes Primary key of the table
ZPS_USER_ID NUMBER 18 Yes User Id of the Office365 User.
USER_GUID VARCHAR2 64 The latest User Guid of the OEC User.
PLATFORM_CODE VARCHAR2 60 The OEC Integration Platform for which the data usage collected. Possible values are: Office 365, Gmail, IBM, Classic Outlook
USAGE_DATE DATE Yes Date of Usage
BU_ID NUMBER 18 Business Unit ID
TERRITORY_CODE VARCHAR2 60 Yes Territory of user
DEVICE_MODE VARCHAR2 100 Yes Device type from which user used Office365 client application. User could connect using Thick Client, Office Online or Mobile
DEVICE_DETAILS VARCHAR2 200 Yes Details of device from which user used Office365 client application. Details like, Device OS, Version and Browser used etc would be captured.
SESSION_COUNT NUMBER 9 Yes Number of sessions by a user per device in a day.
AVG_SESSION_DURATION NUMBER 9 Yes Average duration of session by a user per device in a day.
SHARED_COUNT NUMBER 9 Number of Tasks and Appointments shared to EC from client.
PUNCH_OUT_COUNT NUMBER 9 Number of times EC application opened from Office365 Client.
USAGE_DATA CLOB Usage data in Json format.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
ZPS_CLIENT_USAGES_U1 Unique Default CLIENT_USAGE_ID
ZPS_CLIENT_USAGES_U2 Unique Default ZPS_USER_ID, USAGE_DATE, TERRITORY_CODE, DEVICE_MODE