Split from an allocated partition detail
- Last Updated: October 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.