Error 12328

Severity

21

Message text

The calculated row offset `%d` of an index key on page `%ld` for object `%ld` in database `%d` is out of bounds (table offset on page = `%d`, page status = `%d`, local offset table address = 0x%lx).

Explanation

A row offset (that is, the position on the page that a row starts at) has been calculated; but it is either too small or too large to fit on the page in question.

Action

This is most likely a transient error caused by two jobs trying to build an offset table at the same time. Try re-running the failed query. If the problem persists, set up a configurable shared memory dump (CSMD), which may be helpful in determining root cause for this error message.

Additional information

Setting trace flag 604 will print out more information about the state of the index search being done. See the section “Obtaining a CSMD” in the Troubleshooting and Disaster Recovery guide for instruction in setting up configurable shared memory dump.

Versions in which this error is raised

Version 12.5.2 and later