
In the attached sql monitor report, in the timeline column does it mean all the last 3 operation started simultaneously and hash join is the first operated that was started?
my understanding is 'index range scan' should start first and give data to 'Partition range single'. Only after this step is completed it should to 'TABLE ACCESS FULL'. Is this not correct?
Thanks for your time!