DBA_PART_INDEXES table - def_tablespace_name is empty for partition indexes
Oracle Database: 11gR2
RAC: 5 nodes
OS: Linux
I am reviewing the DBA_PART_INDEXES table and noticed that for few partition indexes, the DEF_TABLESPACE_NAME column is empty. Index types are Range, List and Hash. The Locality = LOCAL. In what circumstances, this column would be null.
I thought for all table and index partition must have DEF_TABLESPACE_NAME. I am concern that if I move these indexes to differnt tablespace, it may create a problem.