ZCA_BI_USER_LOGIN_ACTIVITY

contains Consolidated Session count and session length per day for each user.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZCA_BI_USER_LOGIN_ACTIVITY_PK

USER_LOGIN_ACTIVITY_ID

Columns

Name Datatype Length Precision Not-null Comments
USER_LOGIN_ACTIVITY_ID NUMBER 18 Yes Primary Key
USER_GUID VARCHAR2 64 Yes The latest user Guid of the user.
USER_LOGIN_DATE DATE Yes Calendar Date of the Login
CHANNEL_CODE VARCHAR2 30 Yes Channel the user logged in through
IMPERSONATOR_GUID VARCHAR2 64 Impersonator GUID with which user logged in
IMPERSONATOR_NAME VARCHAR2 100 Impersonator Name of the logged in user
USER_LOGIN_COUNT NUMBER 18 Yes Count of number of User Login user on the reported date
USER_LOGIN_DURATION NUMBER 18 Yes Duration user stayed logged into the system
CLIENT_USAGE_ID NUMBER 18 Foreign Key to table ZPS_CLIENT_USAGES for Office 365
DEVICE_MODE VARCHAR2 100 Device type from which user used Office365 client application. User could connect using Thick Client, Office Online or Mobile
PLATFORM_CODE VARCHAR2 60 The OEC Integration Platform for which the data usage collected. Possible values are: Office 365, Gmail, IBM, Classic Outlook
DEVICE_TERRITORY_CODE VARCHAR2 60 Territory of the user logged in through office 365
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
ZCA_BI_USER_LOGIN_ACTIVITY_N1 Non Unique FUSION_TS_TX_IDX USER_LOGIN_DATE
ZCA_BI_USER_LOGIN_ACTIVITY_N2 Non Unique FUSION_TS_TX_IDX USER_GUID, USER_LOGIN_DATE, CHANNEL_CODE
ZCA_BI_USER_LOGIN_ACTIVITY_N3 Non Unique FUSION_TS_TX_IDX IMPERSONATOR_GUID
ZCA_BI_USER_LOGIN_ACTIVITY_N4 Non Unique FUSION_TS_TX_IDX CHANNEL_CODE
ZCA_BI_USER_LOGIN_ACTIVITY_U1 Unique FUSION_TS_TX_IDX USER_LOGIN_ACTIVITY_ID