Community

Process non-consecutive array items in FORALL

(Bob Watkins) Executing Data Manipulation Language (DML) statements within a PL/SQL loop is time consuming because each time through the loop a switch is made from the PL/SQL engine to the SQL engine. A better approach is to use the FORALL statement, which passes the SQL statement only once along wi

Read More - Register for Free Membership

Tags: