Monitor index usage
---Index monitoring is required, to find whether indexes are really in use or not. Unused can be dropped to avoid overhead. -- First enable monitoring usage for the indexes.
oracle configurationintermediate
by OracleDba
20 views
---Index monitoring is required, to find whether indexes are really in use or not. Unused can be dropped to avoid overhead. -- First enable monitoring usage for the indexes.
123456
---Index monitoring is required, to find whether indexes are really in use or not. Unused can be dropped to avoid overhead.
--
First
enable monitoring usage for the indexes.
alter index siebel.S_ASSET_TEST monitoring usage;
select * from v$object_usage;Please to add comments
No comments yet. Be the first to comment!