OSS_USAGE_WORKER_REQUESTS_T
Following table used to capture worker rating information.
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
oss_usage_worker_requests_PK |
RATING_WORKER_REQUEST_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| RATING_WORKER_REQUEST_ID | NUMBER | 18 | Yes | Field used to capture rating worker unique identifier. | ||
| RATING_BATCH_REQUEST_ID | NUMBER | 18 | Field used to capture rating batch request id. | |||
| RATING_REQUEST_ID | NUMBER | 18 | Field used to capture rating request identifier. | |||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | |||
| ROOT_REQUEST_ID | NUMBER | 18 | This field tracks the requested id of ess job, submitted by user. | |||
| PARENT_REQUEST_ID | NUMBER | 18 | This field tracks the parent requested id associated with the usage rating job. | |||
| BATCH_ID | NUMBER | 18 | Field used to capture usage event batch identifier. | |||
| PARTITION_KEY | VARCHAR2 | 128 | Column used for persisting the value of partition key for child entity tables. | |||
| WORKER_ID | NUMBER | 18 | Field used to capture usage event batch worker identifier. | |||
| WORKER_TYPE | VARCHAR2 | 60 | Field used to capture worker type, event rating or event billing etc. | |||
| MIN_ID | NUMBER | 18 | Field used to capture starting rowid of usage event batch worker. | |||
| MAX_ID | NUMBER | 18 | Field used to capture ending rowid of usage event batch worker. | |||
| BATCH_ASSIGNMENT_GROUP_ID | NUMBER | 18 | Field is used to capture batch assignment group id for worker job. | |||
| ASSIGNMENT_GROUP_ID | NUMBER | 18 | Field is used to capture assignment group of worker job. | |||
| START_TIME | TIMESTAMP | Field used to capture time of stating of process. | ||||
| END_TIME | TIMESTAMP | Field used to capture time of ending of process. | ||||
| STATUS | VARCHAR2 | 30 | Field used to capture request job status. | |||
| PROCESS1_START_TIME | TIMESTAMP | This field tracks the start time of first process associated with the usage worker. | ||||
| PROCESS1_END_TIME | TIMESTAMP | This field tracks the end time of first process associated with the usage worker. | ||||
| PROCESS1_STATUS | VARCHAR2 | 30 | This field tracks the status of first process associated with the usage worker. | |||
| REQUEST_ID1 | NUMBER | 18 | This field tracks the request id of first process associated with the usage worker. | |||
| PARENT_REQUEST_ID1 | NUMBER | 18 | This field tracks the parent request id of first process associated with the usage worker. | |||
| PROCESS2_START_TIME | TIMESTAMP | This field tracks the start time of second process associated with the usage worker. | ||||
| PROCESS2_END_TIME | TIMESTAMP | This field tracks the end time of second process associated with the usage worker. | ||||
| PROCESS2_STATUS | VARCHAR2 | 30 | This field tracks the status of second process associated with the usage worker. | |||
| REQUEST_ID2 | NUMBER | 18 | This field tracks the request id of second process associated with the usage worker. | |||
| PARENT_REQUEST_ID2 | NUMBER | 18 | This field tracks the parent request id of second process associated with the usage worker. | |||
| PROCESS3_START_TIME | TIMESTAMP | This field tracks the start time of third process associated with the usage worker. | ||||
| PROCESS3_END_TIME | TIMESTAMP | This field tracks the end time of third process associated with the usage worker. | ||||
| PROCESS3_STATUS | VARCHAR2 | 30 | This field tracks the status of third process associated with the usage worker. | |||
| REQUEST_ID3 | NUMBER | 18 | This field tracks the request id of third process associated with the usage worker. | |||
| PARENT_REQUEST_ID3 | NUMBER | 18 | This field tracks the parent request id of third process associated with the usage worker. | |||
| 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. | Active | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| OSS_USAGE_WORKER_REQUESTS_N1 | Non Unique | Default | RATING_BATCH_REQUEST_ID, WORKER_TYPE, STATUS |
| OSS_USAGE_WORKER_REQUESTS_N2 | Non Unique | Default | PARENT_REQUEST_ID, WORKER_TYPE, ASSIGNMENT_GROUP_ID, STATUS |
| OSS_USAGE_WORKER_REQUESTS_N3 | Non Unique | Default | BATCH_ID |
| OSS_USAGE_WORKER_REQUESTS_N4 | Non Unique | Default | ROOT_REQUEST_ID, WORKER_TYPE, ASSIGNMENT_GROUP_ID, STATUS |
| OSS_USAGE_WORKER_REQUESTS_U1 | Unique | Default | RATING_WORKER_REQUEST_ID |