ORA-01502 XML DB Index Or Partition Of Index In Unusable State
(Doc ID 2902095.1)
Last updated on JANUARY 09, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 19.3.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
On : 19.16.0.0.0 version, XML Database
XML DB index or partition of index in unusable state
Failing inserts on 19c.
Oracle Error: ORA-01502: index <index name> or partition of such index is in unusable state
ORA-06512: at ....
ORA-06512: at line 2
ABINITIO(DB10031): SQL: ECI_SCHEMA.DL_UPD_RACN_FIELDS
:var_rev_item_earn_dtl_id_nbr,
:var_plan_racn_nbr,
:var_racn_nbr
ABINITIO(DB10031): Parse Error Offset: 0
ABINITIO(DB10034): ORA-01502: index '<owner.index>' or partition of such index is in unusable state
ORA-06512: at ...
SQL error message is
# Here's an example of some of the statements we use to rebuild the indexes.
alter index <owner>.<index> rebuild partition <partition> online parallel 8;
alter index ....
ERROR
-----------------------
ORA-06512
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |