Improving PL/SQL Performance By Using Collections
Friday, January 30th, 2004 by Mark Rittman
Yesterday I looked at
some code written in Oracle 7-style PL/SQL, and compared it with what is
considered best practice with Oracle 8i and 9i. The more up-to-date code
generally runs around 3-5 times faster than the old style code, and, as part
of understanding where the changes to PL/SQL have [...]
