摘要:集群因子用于判断索引回表需要消耗的物理I/O次数。 这里在测试表test上创建一个索引: create index idx_id on test(object_id); select owner, index_name, clustering_factor from dba_indexes wher
阅读全文
摘要:1.Sql Monitor's 监控的前提条件 Sql Monitor 是监控一条Sql是怎样执行的,当启用SQL Monitor功能时,当满足以下任何条件时,数据库会自动监控简单的数据库操作: A SQL statement or PL/SQL subprogram has consumed at
阅读全文