Kbase P78211: after image extent size remains the same after aimage extent empty
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/27/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 7.X
FACT(s) (Environment):
Progress 8.X
FACT(s) (Environment):
Progress 9.0X
FACT(s) (Environment):
Progress 9.1A
SYMPTOM(s):
after image extent size remains the same after aimage extent empty
rfutil -C aimage extent empty does not truncate the size of after-image extent
CAUSE:
This is an expected behaviour
FIX:
The rfutil -C aimage extent empty has been enhanced in Progress 9.1B (and higher releases) to truncate size of after image extent being emptied.
In order to truncate size of ai-extent prior version 9.1B the following steps have to be followed:
--
1) stop the database
2) disable ai (rfutil <db> -C aimage end)
3) truncate ai extents (rfutil <db> -C aimage truncate)
4) restart the ai (rfutil <db> -C aimage begin)
5) start the database