The document provides information on sources for SQL execution plans and AWR data, specifically mentioning v$sql, v$sql_text, v$sql_plan, dba_hist_sqltext, and dba_hist_sql_plan. It also describes the use of the dbms_stats.diff_table_stats_in_history function to compare table statistics between analysis runs. An example SQL query is provided to illustrate how to use this function.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
10 views1 page
Optimizer Information
The document provides information on sources for SQL execution plans and AWR data, specifically mentioning v$sql, v$sql_text, v$sql_plan, dba_hist_sqltext, and dba_hist_sql_plan. It also describes the use of the dbms_stats.diff_table_stats_in_history function to compare table statistics between analysis runs. An example SQL query is provided to illustrate how to use this function.