![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
Tagged: oracle, online, internals, indexes, group blog posts, iot, index rebuild, ora 01450
We hit an ORA-01450 error today trying to do online rebuild for an index in an unusable state. This was a non-unique index on a fairly large column — VARCHAR2(800 CHAR). SQL> alter index i1 rebuild online; alter index i1 rebuild online * ERROR at line 1: ORA-00604: error occurred at recursive SQL level 1 ORA-01450: maximum key length (3215) exceeded It rang a bell. I remembered that I … Continue Reading »