We have been using temporary table to store intermediate results in pl/sql Stored procedure. Could anyone tell if there is a performance difference between doing bulk collect in
Insert into select must certainly be faster. Skips the overhead of storing the data in a collection first.