Step 1-Creating a .st file to add new extents
- Last Updated: February 12, 2019
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
Step 1-Creating a .st file to add new extents
The .st file you create to add new extents only needs to contain one line for each extent you want to add.
The simplest way to create a .st file to add new extents is to open the existing .st file of the database, and then copy and paste the lines representing the storage area to which you want to add extents into a text editor. Next, modify the lines to define the new extents. Then, save the file as a .st file.
Follow these guidelines:
Use the same records per block value as in the existing storage area or leave the value blank.
Use the same blocks per cluster value as in the existing storage area.
Specify the size and location of your choice for the new extents.
Ensure that the last extent is a variable extent.
Do not name the extents explicitly; let OpenEdge RDBMS do it for you.
|
|
Note that the new extents have the area name, area number, records per block, and blocks per cluster as the existing extents. But the location of the new extents is different, and the size of the new fixed extents is also different.