Kbase P25851: How to find the offset of an invalid record from SYSTEM ERRO
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/5/2003 |
|
Status: Unverified
GOAL:
How to find the offset of an invalid record
FIX:
SYSTEM ERROR: Invalid record with recid 313555857. (2358)
Assume that the database has 8K blocksize.
Then offset of the invalid record is:
37,4GB (= 313555857 / 64 * 8 / 1024 / 1024)
Is the database this large?