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: table fetch continued row

Re: table fetch continued row

From: Frederic Payant <no email>
Date: Sun, 20 Oct 2002 22:01:32 +0200
Message-ID: <u926rucobvbdmv07v8svsc68o7no6mkdrc@4ax.com>


JusungYang_at_yahoo.com (Jusung Yang) :

>Just curious. Why did you use that subject line? I don't know quite
>know what it means. If you did not get too many responses, that might
>be one of the reasons.

Thanks for answering yourself. Title is a mistake (bad copy paste and no re-read)

>
>Depends on how the new partition is created, I think this is what
>happened:
>1. A new partition was created in table x_event_act_content_auth_t
>2. Global index X_EVENT_ACT_CONTENT_AUTH_I1 became unsuable
>3. Index was rebuilt with
>ALTER INDEX X_EVENT_ACT_CONTENT_AUTH_I1 REBUILD ONLINE NOLOGGING
>4. insert into x_event_act_content_auth_t was issued before 3 was
>completed.
>
>The fact that the "ONLINE" clause was used in step 3 really does not
>matter, since the index was "unusable" when the command was issued.
>Until step 3 is completed and the status of the index becomes VALID,
>any DML that accesses the global index will fail with ORA-01502.
>

You're surely right. Do you know any solution (migrating to 9i is not possible) to avoid this error - I mean to avoid Oracle to try to create this index during or before rebuilding ?

Have a nice week
Regards
Frederic PAYANT - junior DBA ;-) Received on Sun Oct 20 2002 - 15:01:32 CDT

Original text of this message

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