love wife & love life ——Roger

In fact, life is easy

Posts Tagged index monitor

关于index的监控

本站文章除注明转载外,均为本站原创: 转载自love wife & love life ——Roger 本文链接地址: 关于index的监控 SQL> conn roger/roger Connected.   SQL> CREATE TABLE ht01 AS SELECT owner,object_id,object_name FROM dba_objects;   TABLE created.   SQL> CREATE INDEX idx_id ON ht01(object_id);   INDEX created.   SQL> SHOW USER USER IS "SYS"   SQL> ALTER INDEX roger.IDX_ID monitoring usage;   INDEX altered.   SQL> [...]