select 'alter index '||index_name||' rebuild tablespace '||TABLESPACE_NAME ||' nologging;' from user_indexes
sys 执行
execute dbms_utility.analyze_schema('test','COMPUTE');
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/12548713/viewspace-45914/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/12548713/viewspace-45914/