Oracle 10.2.0.1 executed the full table scan of table T2 by reading blocks sequentially one by one due to an empty buffer cache, while Oracle 11.2.0.3 was able to read multiple blocks together using multiblock reads to populate the buffer cache more quickly. The full table scan performance was similar between the two versions, but Oracle 11.2.0.3 optimized the physical I/O by reading blocks in larger sets through multiblock reads.