Hello,

An option consist of rebuilding indexes :

You have to create the new TS;

Generate a script with alter index orders :


...
alter index index_name rebuild tablespace_name;
...


Hope this helps