MSS_ENG_REQUESTS_MQ
Used internally by PS Controller to enqueue requests and PS Engine to dequeue requests. PS Controller acts as a Queue Sender (QS), whereas PS Engine acts as a Queue Listener (QL).
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSS_ENG_REQUESTS_MQ_PK |
MQ_REQUEST_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| MQ_REQUEST_ID | NUMBER | 18 | Yes | Unique request ID generated by the Production Scheduling engine. | |
| PLAN_ID | NUMBER | 18 | Yes | Plan id that the request refers to | |
| EXECUTION_ID | NUMBER | 18 | Yes | Execution Id corresponding to a plan execution session in the engine | |
| REQUEST | VARCHAR2 | 64 | Yes | Request - command for PS Engine: 'OpenPlan', 'ReopenPlan', 'SolvePlan', 'ReschedulePlan', 'SavePlan', 'StoreModelExtractBlob', 'ResetStoredPlanBlobs', 'ClosePlan', 'AbortPlan', 'RefreshPlanData' | |
| REQUEST_PARAMS | VARCHAR2 | 256 | Additional parameters for the request. | ||
| 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 |
|---|---|---|---|
| MSS_ENG_REQUESTS_MQ_N1 | Non Unique | Default | PLAN_ID, EXECUTION_ID |
| MSS_ENG_REQUESTS_MQ_U1 | Unique | Default | MQ_REQUEST_ID |