plsql - Difference between bulk exceptions and normal exceptions in oracle.please explain with example? -


please explain difference bulk exception , normal exception. conditions use bulk exception?

bulk exceptions exceptions have captured bulk collect statement in pl/sql. there no fundamental difference between bulk exceptions , normal ones, , fundamental difference ... or how ... thrown. how exceptions handled.

bulk collect allows collect multiple exceptions rather terminating operation on first exception.

reference:


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -