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: Problem creating indexes using parallel query

Re: Problem creating indexes using parallel query

From: Doug Anderson <dathedba_at_mindspring.com>
Date: 1997/01/29
Message-ID: <5co6cu$v6l@camel4.mindspring.com>#1/1

"Tim Nickason" <tnickasn_at_axionet.com> wrote:

>I'm having a problem when creating a second segmented index on a table and
>using parallel query at the same time. The create index appears to work
>okay (No ora errors , nothing unusual in alert or trace files) however
>the create takes along time and when complete further inspect of the index
>shows that ther are no 'leaf blocks'.

...

What if you were to create it once with the parallel 1, then perform a rebuild with 'unrecoverable'? The syntax should be something like,

    ALTER INDEX ... REBUILD UNRECOVERABLE. You might also need to tone-down the parallelism to say, two instead of four. Who knows, maybe Oracle is getting way confused with too many parallel processes trying to do the same thing.

Received on Wed Jan 29 1997 - 00:00:00 CST

Original text of this message

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