Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Unusable index
Well believe what you want in the docs(they have been know to
been wrong before, ask rachel today about LMT) :)
I'm speaking from experience of it happening at client
site.
Docs are nice but I wouldnt rely on them as the final word,
the final word is what happens on your version/platform ;)
joe
>>> c-glenn.travis_at_wcom.com 07/30/01 12:40PM
>>>Are you sure? I was just reading about sqlldr and on page
8-10 of theOracle 8i Utilities manual, it says;"During a direct path
load, performance is improved by using temporarystorage.After each block
is formatted, the new index keys are put to a sort(temporary)segment.
The old index and the new keys are merged at load finish time
tocreatethe new index. The old index, sort (temporary) segment, and new
indexsegment allrequire storage until the merge is complete. Then the
old index andtemporarysegment are removed.During a conventional
path load, every time a row is inserted the index isupdated.This method
does not require temporary storage space, but it does
addprocessingtime."I don't this means the index is
invalidated. I know when using the directpath load, the table and
index are inaccessible to other users though.That said, here's more
info;"SQL*Loader will leave indexes in Index Unusable state when the data
segmentbeingloaded becomes more up-to-date than the index segments that
index it.Any SQL statement that tries to use an index that is in Index
Unusable statereturnsan error. The following conditions cause the direct
path option to leave anindex ora partition of a partitioned index in
Index Unusable state:. SQL*Loader runs out of space for the index, and
cannot update the index.. The data is not in the order specified by the
SORTED INDEXES clause.. There is an instance failure, or the Oracle shadow
process fails whilebuildingthe index.. There are duplicate keys in a
unique index.. Data save points are being used, and the load fails or is
terminated by akeyboard interrupt after a data save point
occurred."FYI.-----Original Message-----Sent: Saturday, July
28, 2001 10:30 AMTo: Multiple recipients of list ORACLE-Lan
unusuable index is just that oracle can't use it.direct path load will
make indexes unusable.joeprasad maganti wrote:>> Hi
dba's>> can anybody clarify what is unusable index, in
what> situation will become unusable?>> and the solution to
reuse it?>> thanx in adva.>> prasad.>>
__________________________________________________> Do YouYahoo!?> Make international calls for as low as $.04/minute with Yahoo! Messenger> <A
--------------------------------------------------------------------> ToREMOVE yourself from this mailing list, send an E-Mail message> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in> the message BODY, include a line containing: UNSUB ORACLE-L> (or the name of mailing list you want to be removed from). You may> also send the HELP command for other information (like subscribing)--Joe TestaPerforming Remote DBA Services, need some backup DBA support?For Sale: Oracle-dba.com domain, its not going cheap but feel free toask :)--Please see the official ORACLE-L FAQ: <A href="http://www.orafaq.com">http://www.orafaq.com--Author: Joe Testa INET: teci_at_the-testas.netFat City Network Services -- (858) 538-5051 FAX: (858) 538-5051San Diego, California -- Public Internet access / Mailing
Lists--------------------------------------------------------------------ToREMOVE yourself from this mailing list, send an E-Mail messageto: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and inthe message BODY, include a line containing: UNSUB ORACLE-L(or the name of mailing list you want to be removed from). You mayalso send the HELP command for other information (like subscribing).-- Please see the official ORACLE-L FAQ: http://www.orafaq.com--
Lists--------------------------------------------------------------------ToREMOVE yourself from this mailing list, send an E-Mail messageto: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and inthe message BODY, include a line containing: UNSUB ORACLE-L(or the name of mailing list you want to be removed from). You mayalso send the HELP command for other information (like subscribing). Received on Mon Jul 30 2001 - 11:46:24 CDT
![]() |
![]() |