How to move Indexes into another TableSpace

前端 未结 0 1158
萌比男神i
萌比男神i 2021-01-31 13:11

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\';


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题