ALTER TABLE sales INMEMORY PRIORITY HIGH DISTRIBUTE BY ROWID DUPLICATE ALL;
Then, compare current performance against this specific period , not the generic "last week."
Technique: Monitor adaptive plan changes via DBMS_XPLAN.DISPLAY_CURSOR with '+ADAPTIVE' .
No need for LISTAGG or complex window functions.