Using Bulk Binds And FORALL
Saturday, January 31st, 2004 by Mark Rittman
Yesterday, I looked at
collections, an evolution of PL/SQL tables that allows us to manipulate many
variables at once, as a unit. Collections, coupled with two new features
introduced with Oracle 8i, BULK_COLLECT and FORALL, can dramatically increase
the performance of data manipulation code within PL/SQL.
As a reminder, we were looking at a piece of code that implemented
collections, BULK […]
