以下の内容はhttps://htn20190109.hatenablog.com/entry/2024/12/18/234005より取得しました。


{パフォーマンスの管理その他}ファンクション索引の使用状況を監視

 

https://docs.oracle.com/cd/F19136_01/admin/managing-indexes.html#GUID-8E5379E6-F96D-464D-B601-A279679A49E9


create index sh.f_ind on sh.times(upper(CALENDAR_MONTH_NAME));

alter index sh.f_ind  monitoring usage;

select count(*) from sh.times where upper(CALENDAR_MONTH_NAME) = 'AAA';

select * from DBA_OBJECT_USAGE where table_name = 'TIMES';


alter index sh.f_ind  nomonitoring usage;

 




以上の内容はhttps://htn20190109.hatenablog.com/entry/2024/12/18/234005より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14