Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-13218

max number of supported index tables reached for [string] index

Cause

An add_index parameter was passed to ALTER INDEX when the number of existing index tables is already at maximum.


Action

Delete one of the index tables before adding another index table.