HOW TEMP is calculated for Parallel sessions.
Orace database
version 19.13.
I have a query which runs daily, when i checked SQL monitoring report, it shows 300G temp used at hash join and other step. But when i query GV$active_session_history and dba_hist tables, it shows that SQL used only 50G temp.
SQL runs with parallel 8.
How different is the TEMP usage compared to no parallel and parallel sessions ?
Which one is correct value Monitoring report or ASH data ?