oracle 索引监控
打开索引
alter index IDX_INSERTTIME_TLOTMAP monitoring usage;
//必须有一次搜索
select * from tlotmap where inserttime>sysdate-1
select * from v$object_usage where table_name='TLOTMAP'
关闭
alter index IDX_INSERTTIME_TLOTMAP nomonitoring usage
table flowno
oracle 索引监控
最新推荐文章于 2023-12-14 09:29:48 发布