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

Home -> Community -> Usenet -> c.d.o.misc -> Re: What to do when"index made unusable by..." on loading of large table?

Re: What to do when"index made unusable by..." on loading of large table?

From: Matthias Gresz <GreMa_at_t-online.de>
Date: 1997/11/27
Message-ID: <65j5lm$mt8$2@news00.btx.dtag.de>#1/1

kgrigg_at_acxiom.com wrote:
>
> Hello All! I just ran a large load via direct load (approx 1.7 million
> records). I had added large datafile to the table space which contained
> the table and there was no problem there. I hadn't thought about the
> indexes, though and got this message at the end of the load:
>
> The following index(es) on table ZIP_PLUS_4 were processed:
> index KGRIGG.ZIP_PLUS_4_STATE_IND was made unusable due to:
> ORA-01652: unable to extend temp segment by 5394 in tablespace SYSTEM
> index KGRIGG.ZIP_PLUS_4_PK_I was made unusable due to:
> ORA-01652: unable to extend temp segment by 5394 in tablespace SYSTEM
> index KGRIGG.ZIP_PLUS_4_ZIP_IND loaded successfully with 1664904 keys
> index KGRIGG.ZIP_PLUS_4_ADD_LOW_IND was made unusable due to:
> ORA-01652: unable to extend temp segment by 5394 in tablespace SYSTEM
> index KGRIGG.ZIP_PLUS_4_ZIP_ADD_HIGH_IND was made unusable due to:
> ORA-01652: unable to extend temp segment by 5394 in tablespace SYSTEM
>
> I am guessing that adding another large datafile to the SYSTEM tablespace
> will help this problem in the future for the temporary space it
> needs....however, what do I do about the indexes that were made unusuable?
> Do I need to rebuild them somehow...if so, how do I go about doing this?
>
> All advice and help greatly appreciated!!
>
> Kelly
> kgrigg_at_acxiom.com
>
> ps. Please cc by mail too...our newsfeed is not reliable here..
>
> -------------------==== Posted via Deja News ====-----------------------
> http://www.dejanews.com/ Search, Read, Post to Usenet
Hi,

while creating the database you have to create a separate temporary tablespace <temp>. for every user you create you've got to set the tempory tablespace to <temp>.

-- 
Regards

Matthias Gresz    :-)
Received on Thu Nov 27 1997 - 00:00:00 CST

Original text of this message

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