Kbase P49020: What to do when having a running process (e.g. deleting 5 Gig of records) making the bi-grow towards
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
Which are the best options for having a running process (e.g. deleting 5 Gig of records) making the bi-grow towards 2 Gig?
FACT(s) (Environment):
Progress 9.1x
FIX:
if large file support is not enabled:
-kill the process (not ctrl-c since it leads to rollback and increase of bi-file) and try to truncate the bi-file, try to add additional bi-extents (even if the truncate is not successful).
-if the kill is too late and the 2-Gig limit is reached: enable large file
support and/or try to add bi-extents
-restore db from backup