Why does Oracle report an "ORA-01450: maximum key length (3215) exceeded" message when I rebuild the index online?

This error message is caused by using the default data block size (8K) settings for the PERF table space.

Try one of the following to resolve this error:

  • Do not rebuild the index online

  • Set a 16K block size for the PERF index table space.