Hello All
ORA-02149: Specified partition does not exist
I am getting above error while ALTER INDEX X02MAPS rebuild partition "TALP001"
But I can see partition in table
select length(PARTITION_NAME),PARTITION_NAME,status from dba_ind_partitions where INDEX_NAME='X02MAPS'
and partition_name like 'TALP001%'
LENGTH(PARTITION_NAME)
----------------------
PARTITION_NAME
--------------------------------------------------------------------------------
STATUS
--------
12
'TALP001
USABLE