/ Published in: SQL
Expand |
Embed | Plain Text
ALTER TABLE table_name move tablespace ts_name; ALTER INDEX index_name rebuild tablespace ts_name; SELECT 'alter index '||index_name||' rebuild tablespace UAINDEX_04;'--, t.table_name,tablespace_name FROM USER_INDEXES T WHERE t.table_owner='test';
You need to login to post a comment.
