Index with Status 'N/A'
(Doc ID 445158.1)
Last updated on DECEMBER 05, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 9.2.0.1 to 10.2.0.3 [Release 9.2 to 10.2]Information in this document applies to any platform.
Information in this document applies to any platform.
Goal
In DBA_INDEXES there are some indexes with status 'N/A'.
SQL> Select OWNER,INDEX_NAME,STATUS from DBA_INDEXES WHERE STATUS = 'N/A'
OWNER INDEX_NAME STATUS
-------------- -------------------------- -----------
SYSTEM LOGMNR_XXX N/A
SYS SYS_IL0000008132C00008$$ N/A
SYS WRH$_FILESTATXS_PK N/A
SYS WRH$_TABLESPACE_STAT_PK N/A
OWNER INDEX_NAME STATUS
-------------- -------------------------- -----------
SYSTEM LOGMNR_XXX N/A
SYS SYS_IL0000008132C00008$$ N/A
SYS WRH$_FILESTATXS_PK N/A
SYS WRH$_TABLESPACE_STAT_PK N/A
Solution
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
Goal |
Solution |