ZCA_UA_CLICK_HIST_CONFIG

Table to store the Name Value pairs to process the click events for each of the UIServer provisioned

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_UA_CLICK_HIST_CONFIG_PK

CLICK_HISTORY_LOGPROP_ID

Columns

Name Datatype Length Precision Not-null Comments
CLICK_HISTORY_LOGPROP_ID NUMBER 18 Yes Primary Key of the Name Value pair Properties table
LOG_PROPERTY_NAME VARCHAR2 255 Yes Property Name Column
LOG_PROPERTY_VALUE VARCHAR2 1024 Property Value Column
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_UA_CLICK_HIST_CONFIG_PK Unique Default CLICK_HISTORY_LOGPROP_ID