Error 2631

Severity

19

Message text

The maximum number of index levels '%d' has been reached for index %S_PTNINFO. Drop and re-create the index with a smaller key.

Explanation

During an index split, error 2631 is raised if the split causes the height of the index tree to increase beyond the maximum supported height.

Action

Drop and recreate the index with fewer columns included to make the index smaller. Configuring the server for a page size larger than the default 2K page size allows index keys to be much larger.

Versions in which this error is raised

Version 12.0.0.7 and later