Consultor Eletrônico



Kbase P26220: How to resize the extents of a DB.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/31/2003
Status: Unverified

GOAL:

How to resize the extents of a DB.

FIX:

To resize fixed extents make the following steps:

1) Make a probkup of your current DB.

probkup <db name> <device>

2) Copy the .st file into another directory.

3) Edit the copied .st file to reflect the new sizes of the extents. Make sure that the new extents are located in a different directory.

4) Perform a prostrct create with the new .st file

prostrct create <new db> <.st file>

5) ProCopy the current DB into the new DB.

procopy <current db> <.st file>

6) Once your DB has been tested, move it to the desired directories and edit the .st file to reflect the new directories and do a prostrct repair with this .st file.