Community

Handle bulk binding exceptions in PL/SQL

(Bob Watkins) Bulk binding in PL/SQL is an important technique for efficient processing of dynamic DML. Instead of looping within your program, and submitting one UPDATE statement with each iteration, you use the FORALL statement to submit a single UPDATE statement with bind variables in it. Collect

Read More - Register for Free Membership

Tags: