Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Index troubles with SQLLoader
It is best to drop all of your constraints, perform your load and then
rebuild and reapply your constraints.
B*tree indexes are optimized when they are rebuilt.
Chris
x_at_x.com wrote in message <7iffhf$glr$1_at_mars.worldonline.fr>...
>Ok, I done that for all my indexes that are not on the Primary Key
>(PK_THIRD).
>Nothing is changing.
>I guess the trouble is on my Pk_third index but I need drop my PK before
>(?).
>I can't do because I had old data in the THIRD table that have their PK
used
>into others tables : I use SQLLoader in APPEND mode.
>
>Do I always recreate indexes when I load datas with SQLLoader ?
>
>Thanks for help.
>
>Chris Weiss a écrit dans le message <7if2j6$61m$1_at_msunews.cl.msu.edu>...
>>Drop and recreate your index before you perform the delete.
>>
>>Chris
>>
>>
>
>
>
Received on Wed May 26 1999 - 08:26:54 CDT
![]() |
![]() |