Kbase P106245: How to change the records per block in the structure of a database.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/06/2009 |
|
Status: Verified
GOAL:
How to change the records per block in the structure of a database.
FACT(s) (Environment):
All Supported Operating Systems
Products / Versions
Progress 9.x
OpenEdge 10.x
FIX:
In order to change the records per block in a database, a dump and load is required.
Create the new empty database to load into:
1. Modify the current structure file to the desired records per block configuration
2. Create a void database using the modified structure file
3. Set the blocksize using the prostrct create command, if other than the default is required
4. Procopy the appropriate empty database to the new void database.
5. Load into to the newly structured empty database