host_summary_by_statement_latency and x$host_summary_by_statement_latency Sys Schema Views
These views summarize statement statistics grouped by host, sorted by total latency, helping to identify hosts running the most time-consuming queries.
The host_summary_by_statement_latency and x$host_summary_by_statement_latency views summarize statement statistics, grouped by host. Rows are sorted by descending total latency by default. The host_summary_by_statement_latency view is intended to be easier for human reading, while the x$host_summary_by_statement_latency view provides the data in raw form, intended for tools that process the data.
They contain the following columns:
This page is licensed: CC BY-SA / Gnu FDL