FND Design Data [Home] [Help]

Lookup Type: FEM_PROCESS_PARTITION_DSC

Product: FEM - Enterprise Performance Foundation
Meaning: FEM Process Partition DSC
Description: FEM Process Partition DSC
Quick Codes
Code Meaning Description
0 No partitions Do not use partitions (Single Servicing).
1 Shared partitions Use shared partitions (Cooperative Servicing). Each process works on it's own table partition and when done, works on the next partition waiting to be processed.
2 Dedicated Partitions Use non-shared partitions (Dedicated Servicing). Each process works just on its own partition. This has been retained for C++ engine compatibility.