FORALL « PL SQL « Oracle PL / SQL






1.forall from 1 to 50
2.Insert all 1000 elements using a single FORALL statement
3.An exception will stop the bulk insert.
4.The SAVE EXCEPTIONS clause will record any exception during the bulk operation, and continue processing.
5.Use a FORALL to move an associative array into a table