ZCA_UA_CLICK_HISTORY
Table to store the users Navigational Click Events
Details
-
Schema: FUSION
-
Object owner: ZCA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZCA_UA_CLICK_HISTORY_PK |
CLICK_HISTORY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CLICK_HISTORY_ID | VARCHAR2 | 18 | Yes | Primary Key of Click History Data table | |
| CLICK_HISTORY_DATE | TIMESTAMP | Yes | DateTime when the Click Event is recorded | ||
| CH_USERNAME | VARCHAR2 | 100 | User associated with the Click Event | ||
| CLICK_HISTORY_ECID | VARCHAR2 | 255 | Execution ContextId associated with the Click Event | ||
| CH_RENDERER_TYPE | VARCHAR2 | 200 | Click Renderer Type | ||
| CH_COMPONENT_TYPE | VARCHAR2 | 200 | Click Component Type | ||
| CH_APPLICATION_NAME | VARCHAR2 | 200 | Application Name that handled the Click Event | ||
| CH_DIAG_SESSION_ID | VARCHAR2 | 255 | Diagnostic SessionId associated with the Click Event | ||
| CH_EVENT_COMP_DISPLAY_NAME | VARCHAR2 | 255 | Click Event's Component Display Name | ||
| CH_EVENT_TYPE | VARCHAR2 | 100 | Click Event Type | ||
| CH_EVENT_WINDOW_ID | VARCHAR2 | 100 | Click Event Window Id | ||
| CH_EVENT_VIEW_ID | VARCHAR2 | 100 | Click Event Window Id | ||
| CH_EVENT_COMP_FAMILY | VARCHAR2 | 100 | Click Event Component Family | ||
| CH_REGION_VIEW_NAME | VARCHAR2 | 100 | Click Region View Name | ||
| CH_PARENT_CONTEXT_ID | VARCHAR2 | 255 | Click Parent Context Id | ||
| CH_REGION_VIEW_ID | VARCHAR2 | 1024 | Click Event Region View Id | ||
| CH_EVENT_COMP_CLIENT_ID | VARCHAR2 | 500 | Click Event Component ID | ||
| CH_EVENT_RENDER_TIME | NUMBER | 10 | Click Event UI Rendering Time | ||
| CH_EVENT_TOTAL_TIME | NUMBER | 10 | Click Event Total Time | ||
| CH_SERVER_TIME | NUMBER | 10 | Server Time represents time taken on the server side. IT is obtained by getting the difference between Total Event Time ( CH_EVENT_TOTAL_TIME ) and the UI rendering time ( CH_EVENT_RENDER_TIME ) | ||
| CH_CLICK_MAPPING_ID | NUMBER | 18 | Foreign Key to the Click History Mapping Table | ||
| CH_CLICK_TIME_SPENT | NUMBER | 18 | CH_CLICK_TIME_SPENT shows how much time user spent on this click flow, as identified by the click mapping ID, measured in seconds. | ||
| CLICK_USER_REGION | VARCHAR2 | 75 | Yes | User's Geographic Region associated with the click event | |
| CLICK_CHANNEL | VARCHAR2 | 100 | Yes | Channel associated with the User Clicks - WEB, MOBILE, OUTLOOK, etc | |
| 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_UA_CLICK_HISTORY_N1 | Non Unique | Default | CH_CLICK_MAPPING_ID |
| ZCA_UA_CLICK_HISTORY_N2 | Non Unique | Default | trunc("CLICK_HISTORY_DATE"), CH_CLICK_MAPPING_ID |
| ZCA_UA_CLICK_HISTORY_N3 | Non Unique | Default | trunc("CLICK_HISTORY_DATE"), CH_USERNAME |
| ZCA_UA_CLICK_HISTORY_PK | Unique | Default | CLICK_HISTORY_ID |