【TUNE_ORACLE】檢視索引的叢集因子SQL參考

Attack_on_Jager發表於2021-08-02

實驗環境

搭建平臺: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';  --索引名


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69992972/viewspace-2784597/,如需轉載,請註明出處,否則將追究法律責任。

相關文章