Split from an allocated partition detail
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
A partition detail that has already moved to an allocated partition can be re-allocated to other partitions. That is, you can move data from an allocated partition to one or more new partitions.
The following sample code shows how to split from an allocated partition:
|
Two new partition details, MyPolicy-A and MyPolicy-B, are
created. Using PartionSplitUtility, data from the
allocated partition detail, MyPolicy-C, is moved
to the new partition details.