Salesforce

How to reduce the number of bi extents?

« Go Back

Information

 
TitleHow to reduce the number of bi extents?
URL NameP18166
Article Number000133196
EnvironmentProgress 9.X
Progress 8.X
OpenEdge 10.X
OpenEdge 11.X
Question/Problem Description
How to reduce the number of bi extents
How to shrink the Before Image (BI)
How to reduce the BI file size
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
To truncate the bi file:
   proutil <dbname> -C truncate bi

To remove bi extents that are not in use:

The V9, V10 syntax is:
    prostrct remove <dbname> bi

The V8 syntax is:
   prostrct remove <dbname> b

If you want your last BI extent to not be fixed, then you will need to remove the last fixed BI extent prior to adding a new non-fixed one.

With a file "add.st" containing:

b . /dir1/dir2

Issue the prostrct add command to add the variable length extent back to a database once all bi extents have been removed.

    prostrct add <dbname> add.st

Workaround
Notes
Keyword Phrase
Last Modified Date9/13/2015 11:58 PM

Powered by