OSS_ASSET_TXN_WORKERS_T
Folowing table is used to capture worker information of Installed base Asset ess job.
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
oss_asset_txn_workers_PK |
WORKER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| WORKER_ID | NUMBER | 18 | Yes | Unique identifier to capture worker id of Installed base asset ess job | |
| WORKER_SEQ_NUMBER | NUMBER | 18 | Field used to capture worker sequence number | ||
| BATCH_ID | NUMBER | 18 | Field used to capture batch id in customer asset update ess job | ||
| BATCH_TYPE | VARCHAR2 | 30 | Field used to capture type of batch in customer asset update ess job | ||
| BATCH_SEQ_NUMBER | NUMBER | 18 | Field used to capture batch sequence number | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| MIN_TXN_SEQ_ID | NUMBER | 18 | Field used to capture minimum transaction sequence id | ||
| MAX_TXN_SEQ_ID | NUMBER | 18 | Field used to capture maximum transaction sequence id | ||
| STATUS | VARCHAR2 | 30 | Field used to capture status of worker in customer asset update ess job | ||
| START_TIME | TIMESTAMP | Field used to capture start time of worker in customer asset update ess job | |||
| END_TIME | TIMESTAMP | Field used to capture end time of worker in customer asset update ess job | |||
| 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. | |
| 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 |
|---|---|---|---|
| oss_asset_txn_workers_N1 | Non Unique | Default | BATCH_ID, STATUS |
| oss_asset_txn_workers_U1 | Unique | Default | WORKER_ID |