text ORCL - 索引

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text ORCL - 索引相关的知识,希望对你有一定的参考价值。

ENTERPRISE EDITION :
select 'alter index '||owner||'.'||index_name ||' rebuild online nologging;' from dba_indexes;
select 'alter index '||owner||'.'||index_name ||' rebuild online nologging;' from dba_indexes where owner=upper('DBA_FID');

STANDARD EDITION :
select 'alter index '||owner||'.'||index_name ||' rebuild nologging;' from dba_indexes;
select 'alter index '||owner||'.'||index_name ||' rebuild nologging;' from dba_indexes where owner=upper('DBA_FID');

以上是关于text ORCL - 索引的主要内容,如果未能解决你的问题,请参考以下文章

text ORCL - UNDO

text ORCL - PGA

text ORCL - 监听器日志

text ORCL - Afficher un datafile

text ORCL - 闪回查询

text ORCL - DéplacerunDatafile