Our Oracle tip of the week, published at Techrepublic.com:
Handle bulk binding exceptions in PL/SQL
The downside to bulk binding in PL/SQL is that if any of the data values result in an invalid UPDATE, the entire set of iterations is rolled back. Bob Watkins explains how you can get around this issue.