If I set SQL Array Fetch Size to match the number of rows returned it return all 124 rows in less than a second. If I set the SQL Array Fetch Size to 1 more than the rows returned it takes 6 seconds to return the results.. I can run the same query directly on the DB server using SQL Plus and it too takes 6 seconds. Why does developer return my exact rows so fast