FND_BOSS_HS_INDEX_DATA

BOSS RODS index physical storage information for indexes defined in FND_BOSS_HS_INDICES.

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_BOSS_HS_INDEX_DATA_PK

INDEX_ID, INDEX_SELECTOR

Columns

Name Datatype Length Precision Not-null Comments
INDEX_ID NUMBER 18 Yes Unique identifier of the index.
INDEX_SELECTOR VARCHAR2 1 Yes Which index to use, A, B, ...?
INDEX_TABLE_NAME VARCHAR2 40 The name of the table to insert Json Rows to index for index selector.
INDEX_NAME VARCHAR2 40 The name of the index to create for index selector.
MODEL_NAME VARCHAR2 100 Name of semantic model used in vector calculations.
INDEX_STATUS VARCHAR2 20 What state is the index in.
INCREMENTAL_STATUS VARCHAR2 20 If the index is being incrementally updated via a job, details of this so multiple jobs do not run concurrently.
INCREMENTAL_JOB_DATA VARCHAR2 4000 Any information about the incremental job, for example a job Id, start time, progress.
LAST_INCREMENTAL_INDEX_DATE TIMESTAMP The start date and time the last incremental index was run.
MESSAGES VARCHAR2 4000 Any messages from the creation and generation of the index.  In particular error messages will be stored here.
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
FND_BOSS_HS_INDEX_DATA_U1 Unique Default INDEX_ID, INDEX_SELECTOR