Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: sort key too long
Usually this means that the sum of the maximum sizes of the columns in the indexes is greater than approx 1/3 of the Oracle block size.
To get this error when doing an index rebuild, it suggests you have created the index, then used ALTER TABLE to increase the length of a column. If this is the case you won't be able to recreate the index either.
-- Jonathan Lewis Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk Legend wrote in message ...Received on Thu Sep 21 2000 - 00:00:00 CDT
>Hello all,
>
>When I alter index xxx rebuild recovery, I got sort key too long error??
>Why?? I think I need to drop the index and recreate it again???
>
>I am on 7.3.4.5 on Solaris 2.6
>
>Thanks,
>
>Benny
>
>
![]() |
![]() |