ZCA_UA_CLICK_HIST_AGGREGATION

Table aggregates data present in zca_ua_click_history table

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_UA_CLICK_HIST_AGG_PK

CLICK_AGGREGATION_ID

Columns

Name Datatype Length Precision Not-null Comments
CLICK_AGGREGATION_ID VARCHAR2 18 Yes Primary Key of Click History Aggregation table
CLICK_MAPPING_ID NUMBER 18 Yes Column to store the Primary Key of the Click Mapping Table
CLICK_COUNT NUMBER 10 Total Click Count from click history table
CLICK_USER_COUNT NUMBER 10 Unique User Count Per Region
CLICK_TOTAL_RENDERING_TIME NUMBER 10 Click Event Total Rendering Time
CLICK_TOTAL_TURNAROUND_TIME NUMBER 10 Click Event Total Turnaround Time for the flows
CLICK_USER_REGION VARCHAR2 75 Yes User's Geographic Region associated with the click event
CLICK_AGGREGATION_DATE TIMESTAMP Yes DateTime when the Click Event is recorded
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.
TOTAL_PROCESSING_TIME NUMBER 12 TOTAL PROCESSING TIME
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_UA_CLICK_HIST_AGG_N1 Non Unique Default trunc("CLICK_AGGREGATION_DATE")
ZCA_UA_CLICK_HIST_AGG_N2 Non Unique Default CLICK_MAPPING_ID
ZCA_UA_CLICK_HIST_AGG_PK Unique Default CLICK_AGGREGATION_ID