【TUNE_ORACLE】查看索引的集群因子SQL参考

来源:这里教程网 时间:2026-03-03 16:51:34 作者:

实验环境

搭建平台:VMware Workstation

OS:RHEL 6.10

Grid&DB:Oracle 11.2.0.4 SQL参考 select owner, index_name, clustering_factor  from dba_indexes where owner = 'aaa'  --用户名   and index_name = 'ccc';  --索引名

相关推荐