Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Drop or disable index?

Re: Drop or disable index?

From: Yaroslav Perventsev <p_yaroslav_at_cnt.ru>
Date: Thu, 15 Mar 2001 22:06:25 +0300
Message-ID: <98r3dn$e9$1@news247.cnt.ru>

Hello!
You can't disable indexes, only drop.
But you may reduce load time using option sqlldr -- direct=y.

Best regards.
Yaroslav

"Calvin King" <cking_at_sandia.gov> ???????/???????? ? ???????? ?????????: news:3AB106B9.D80E77B7_at_sandia.gov...
> I have a fairly large database with several indexes. When loading large
> chunks of new data using SQL*Loader, the process is very slow because of
> these indexes. I could drop the indexes and recreate them after
> finishing my loading. However, I would be losing all the indexes that I
> had taken time to create in the first place.
>
> If, instead, I disable the indexes during the loading process, is it
> possible afterwards to append to the existing indexes.
>
> Hope my question is clear...
>
> Thanks, in advance, for any ideas/suggestions.
>
> Calvin King
Received on Thu Mar 15 2001 - 13:06:25 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US