Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to rebuild index after direct path load?
In article <81hbld$6nu$1_at_nnrp1.deja.com>, hkpang_at_my-deja.com wrote:
>I need to upload a huge dataset into an existing table. If the dataset
>contains duplicate keys, I want to the delete the old ones already in
>the table.
>
>
>2) drop the index before upload, reenable the index with exceptions
>going to an exception table. the probelm is that both the old rows and
>the new rows are in the table, there is no way I can figure out which
>one to eliminate.
disable constraints/drop indexes. there's your suggestion.
--
Dave Mausner, Consulting Manager, Braun Technology Group, Chicago.
Received on Wed Nov 24 1999 - 18:59:41 CST
![]() |
![]() |