Database Error Messages

ORA-01793

maximum number of index columns is 32

Cause

While creating an index, more than 32 columns were specified.


Action

Remove some columns from the index definition. If all the columns indexed are required, split them into two indexes.