top_n_sql & top_n_sql_max & top_sql_pct in DBMS_WORKLOAD_REPOSITORY.AWR_SET_REPORT_THRESHOLDS
top_n_sql - number of most significant SQL statements to be included
top_n_sql_max - number of SQL statements to be included if their activity is greater than that specified by top_sql_pct
top_sql_pct - significance threshold for SQL statements between top_n_sql and top_n_max_sql
What the document says made me confused. Such as when talking about the top_n_sql_max what's the meaning of activity in "number of SQL statements to be included if their activity is greater than that specified by top_sql_pct".
And does top_sql_pct stand for a percent?