Need OEM 11g "view index" page field definitions
OEM version: 11.1.0.1.0
When viewing an index on a partitioned table, scroll down the page to the "Partition Definitions" section which shows four columns: Partition Name, Values, Tablespace, Status.
The base table is locally list partitioned, with 19 partitions. One partition shows STATUS=0 while the other 18 show STATUS=1. Query dba_ind_partitions shows all indexes "USABLE". (see attached screenshot)
1) What do the Partition Definitions "Status" column values on the View Index page mean?
2) What data dictionary view(s) is this information coming from?
Thx.
--don