ORA-01658: unable to create INITIAL extent for segment in tablespace
Hi All,
Am working on rebuilding the indexes in my database for some tables.
I am getting the below error when i execute the rebuild indexes statement, the same command i have executed for 50 other rebuild all are working fine.
I have enough space in my datafile and tablespace, please help me on this issue.
alter index master.ORDER_ITEM rebuild online tablespace MASTER_INDEX
alter index master.ORDER_ITEM rebuild online tablespace MASTER_INDEX
*
ERROR at line 1:
ORA-01658: unable to create INITIAL extent for segment in tablespace
MASTER_INDEX.
Thanks,
Nikhil Arankal