Oracle PL/SQL Best Practices By Steven Feuerstein The following corrections were made to the 11/03 reprint of "Oracle PL/SQL Best Practices": Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem {18} Bad URL; http://www.oreilly.com/oracle/oraclep2/ NOW READS: http://www.oreilly.com/catalog/oraclep2/ {72} 5th line from the bottom of the page: LOOP IF list_in... NOW READS: LOOP EXIT WHEN indx IS NULL; IF list_in...