CSO_USER_INTERACTION

This table records the User Interactions with Knowledge.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Precision Not-null Comments
RECORD_ID NUMBER 18 Yes Record Id for this record.
INTERACTION_DATE TIMESTAMP Yes Time Stamp of the interaction.
USER_ID VARCHAR2 64 Yes User Id for which the interaction is recorded.
APP_SESSION_ID VARCHAR2 200 This field captures application session id for external apps.
USER_TYPE NUMBER 1 Yes User Type for this interaction's user.
INTERACTION_TYPE VARCHAR2 20 Yes Interaction Type for this record.
INTERACTION_STATUS VARCHAR2 1 Yes Status flag for this interaction. values S - Success and F - Failure.
INTERACTION_REFERENCE VARCHAR2 32 Yes Content Identifier or Search Identifier for this interaction.
INTERACTION_REF_TEXT CLOB Text data from interaction.
INTERACTION_NORMAL_TEXT CLOB Normalized search term for this search.
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
CSO_USER_INTERACTION_N1 Non Unique Default INTERACTION_DATE, USER_TYPE, INTERACTION_TYPE, INTERACTION_STATUS
CSO_USER_INTERACTION_PK Unique Default RECORD_ID