Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Does Export Import fix screwed up indexes?
"Kevin P. Fleming" wrote:
>
> Importing recreates the indexes, so yes, they get fixed if they have
> problems.
>
> NetComrade <andreyNSPAM_at_bookexchange.net> wrote in message
> news:37a9eab2.20428160_at_news.earthlink.net...
> > Since we have to rebuild indexes periodically, I was wondering how
> > will export/import affect indexes. Thanx
> > ---------------
> > Andrey Dmitriev eFax: (978) 383-5892 Daytime: (917) 373-5417
> > AOL: NetComrade ICQ: 11340726 remove NSPAM to email
> >
Yes , Indexes will be recreated. But you should do the Import in two Steps :
The reason is simple. If you perform a Import without this. Oracle creates the Tablem inserts the rows and then tries to create the Index. Depending on the amount of rows this could overload your Temporary Tablespace which is responsible for storing Temp-Information during Index creation.
Regards
Michael Received on Mon Aug 09 1999 - 06:25:43 CDT
![]() |
![]() |