Method syntax
|
Description
|
LOGICAL Allocate ( )
|
Allocates all delayed table, field, and index partitions for all tenants. Does not allocate partitions for tenant groups. Returns TRUE if any partition was allocated.
|
LOGICAL Allocate (
pcAllocateState AS CHARACTER ) |
Allocates tenant partitions for the table, its fields, and its indexes depending on the partition state specified by pcAllocateState, which can be "All", "Delayed", or "None". Does not allocate partitions for tenant groups. Returns TRUE if any partition was allocated.
|