how to move indexes to another tablespace
select owner, index_name, TABLE_NAME, a.TABLESPACE_NAME from all_indexes a where a.TABLE_NAME = \'REFUND\';