PJR_ME_MAINTAIN_IDX_STATUS
The PJR_ME_MAINTAIN_IDX_STATUS table contains the processing status of each run of the Maintain Project Resource Search Index job set. Processing statuses include Processing, Failed, and Success.
Details
-
Schema: FUSION
-
Object owner: PJR
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
PJR_ME_MAINTAIN_IDX_STATU_PK |
MAINTAIN_ME_IDX_STATUS_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ENTERPRISE_ID | NUMBER | 18 | Yes | Enterprise identifier that uniquely identifies a tenant in a multi-tenant environment. | |
MAINTAIN_ME_IDX_STATUS_ID | NUMBER | 18 | Yes | The system-generated number that uniquely identifies the match engine index status | |
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
START_DATE | TIMESTAMP | Yes | Date/Time when indexes processing begins | ||
END_DATE | TIMESTAMP | Date/Time when indexes processing ends | |||
PROCESSING_STATUS | NUMBER | 9 | Yes | Processing Status flag to each step. Each one will use three bits, so bit 1 - 4 will be used in tracking index status for PJR_OTXT_SEARCH_RESOURCES, bit 5 - 8 will be monitoring index status for PJR_QUALIFICATIONS_CACHE. bit 9 - 12 will be used in checking index status for PJR_SINGLE_ATTR_CACHE. 0001: Processing 0010: Failed 0100: Abort by user 1000: Success | |
OVERALL_STATUS | VARCHAR2 | 1 | Yes | Overall Status: 'P': Processing, 'F': Failed, 'A': Abort due to user choice, 'S': Success | |
INCIDENT_ID | VARCHAR2 | 20 | System Incident Id if there are errors when processing indexes | ||
MESSAGE_NAME | VARCHAR2 | 1500 | Error message when there are errors during the processing of Maintain Search Indexes. | ||
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. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJR_MTN_ME_IDX_STATUS_U1 | Unique | Default | MAINTAIN_ME_IDX_STATUS_ID |
PJR_MTN_ME_IDX_STATUS_U2 | Unique | Default | REQUEST_ID |