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
Post a Comment