ZCA_CH_USER_INTERACTION_AGGR

This table is used to store user interaction aggregation data, which would quicken the query for interaction APIs.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Precision Not-null Comments
INTERACTION_USER VARCHAR2 100 Yes User associated with the interaction.
INTERACTION_DATE TIMESTAMP Yes DateTime when the interaction happened.
INTERACTION_OBJECT VARCHAR2 255 Yes Indicates interaction object name from svc_interactions table.
INTERACTION_CHANNEL VARCHAR2 255 Yes Indicates interaction channel from svc_channels_b table.
INTERACTION_MODE VARCHAR2 255 Yes Indicates interaction mode from svc_interactions table.
INTERACTION_COUNT NUMBER 10 Yes Indicates interaction count.
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.

Indexes

Index Uniqueness Tablespace Columns
ZCA_CH_INTERACTION_AGGR_PK Unique Default INTERACTION_USER, INTERACTION_DATE, INTERACTION_OBJECT, INTERACTION_CHANNEL, INTERACTION_MODE