Database Error Messages

ADVM-07082

Global_BitMap space requirement exceeds _AllocationSize value. Bitmap requires string bytes, allocated space: string bytes
for file:
string

Cause

The _AllocationSize property of the Global_BitMap was not large enough to store the Global_BitMap data. There are two possible causes:

  1. The _AllocationSize value was incorrect.
  2. The value used to indicate the number of bits needed to map file system storage was incorrect.

Action

If fsck with the -a switch is currently running, then no further action is needed. fsck will resolve the problem. If fsck is running without the -a switch, then run fsck with the -a switch to resolve the problem.