Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
Showing posts with label
Index Monitoring
.
Show all posts
Showing posts with label
Index Monitoring
.
Show all posts
Mar 23, 2016
Monitoring Index
›
CREATE TABLE t1 (c1 NUMBER); CREATE INDEX t1_idx ON t1(c1); ALTER INDEX t1_idx MONITORING USAGE ; SELECT table_name, index_name, monitor...
›
Home
View web version