Saturday 26 May 2012

What happen when there is no handler for a raised exception? | Pl SQL

 If an exception is raised and there is no handler in the current block, the exception would propagate to the enclosing block. If no handler is found in the enclosing block, the exception will be propagated to the calling environment as an unhanded exception.