Alter index tablespace
87466Feb 11 2005 — edited Jan 7 2011How to modify the tablespace of a index after changing the tablespace of it's table successfully?
May i need to have a partition or not?
The table's command I used was ALTER TABLE table_name MOVE TABLESPACE tablespace_name.
Is there any similar command for alter index???
Thanks!