Answer:
Check the explanation
Step-by-step explanation:
"Solutions (and any subsequent words) was ignored because we limit queries to 32 words."
The highest length in index key depends on the block size as well as the index storage parameters (the database of 75% block size minus some overhead). A B-tree index is limited to 32 columns.
Whenever the Oracle 11g is being utilized with all defaults in place (8k blocks), the highest index key length is 6398 bytes. Anything above this limit causes the error message “ORA-01450: maximum key length (6398) exceeded.”