CSO_RPT_QUESTIONS
Reporting table to be populated from cso_stg_questions. This table will contain the raw question data before aggregation.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CSO_RPT_QUESTIONS_PK |
RPT_QUESTIONS_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RPT_QUESTIONS_ID | NUMBER | 18 | Yes | Auto-generated number and primary key for this table. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| SESSION_ID | VARCHAR2 | 200 | ID to track the contiguous usage of REST API from CSS for a given user session. | ||
| USER_ID | NUMBER | 18 | This is the reference to the user in CSO_USER_INFORMATION table. | ||
| LOCALE_ID | VARCHAR2 | 32 | This is the reference to the locale in CSO_LOCALE table. | ||
| KNOWLEDGE_INTERACTION_ID | VARCHAR2 | 32 | The knowledge interaction ID is a unique ID for the length of the knowledge session. It is unique for the life of a user session. | ||
| INTERFACE_ID | NUMBER | 18 | The unique ID for the interface. Will be used to identify an HR view from a Service view. | ||
| DEPARTMENT_ID | VARCHAR2 | 32 | The unique ID for the department as stored by knowledge and will be used for striping questions. | ||
| STRIPE_CD | VARCHAR2 | 120 | Lookup code that indicates the stripe code and used to differentiate between applications such as CRM, HCM, or PRM. | ||
| QUERY_SOURCE | VARCHAR2 | 255 | The query source stores how the document was accessed. | ||
| QUESTION_TEXT | VARCHAR2 | 255 | Yes | This is the text of the search question. | |
| REQUEST_DATE | TIMESTAMP | Yes | Indicates the date and time of the creation of the row in the request action capture table. | ||
| STAT_DATE | DATE | Yes | The date on which the stat occurred for the question. | ||
| NORMALIZED_QUESTION_ID | NUMBER | 18 | The unique ID used to track the text for a given normalized question. | ||
| QUESTION_ID | NUMBER | 10 | The Question ID associated with a question helps to uniquely identify the questions when used with the Session ID. | ||
| RESPONSE_COUNT | NUMBER | 10 | Number of responses returned for a given question. The question can be an actual or normalized question. | ||
| UNKNOWN_WORD_COUNT | NUMBER | 10 | Number of unknown words that are not configured in search application. | ||
| CONCEPT_MATCH_COUNT | NUMBER | 10 | Number of known words or concepts that are configured in search application. | ||
| SEARCH_TRANSACTION_ID | NUMBER | 18 | The Search Transaction ID associated with a question which helps to uniquely identify the question. | ||
| ORIGINAL_SEARCH_TRANSACTION_ID | NUMBER | 18 | For entries that come from paginations and facet searches, the original search transaction id will point to the original question. | ||
| SEARCH_CONFIGURATION | NUMBER | 10 | Determines if the search comes from elastic search or is a BERT based search. | ||
| PRODUCT_FILTERS | VARCHAR2 | 256 | The list of product prefilters used to filter search results. | ||
| CATEGORY_FILTERS | VARCHAR2 | 256 | The list of category prefilters used to filter search results. | ||
| DOC_TYPE_FILTERS | VARCHAR2 | 256 | The list of document type prefilters used to filter search results. | ||
| USER_GROUP_FILTERS | VARCHAR2 | 256 | The list of user group prefilters used to filter search results. | ||
| SEARCH_EVENT_TYPE | VARCHAR2 | 50 | The search event type determines what kind of event triggered the search action. | ||
| SEARCH_ORIGIN | VARCHAR2 | 50 | The value of the x-km-searchorigin header parameter when a search query is submitted. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_RPT_QUESTIONS | cso_normalized_questions | NORMALIZED_QUESTION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CSO_RPT_QUESTIONS_FK1 | Non Unique | Default | NORMALIZED_QUESTION_ID |
| CSO_RPT_QUESTIONS_N1 | Non Unique | Default | SEARCH_TRANSACTION_ID |
| CSO_RPT_QUESTIONS_PK | Unique | Default | RPT_QUESTIONS_ID |