Home » Unlabelled » What happens if an exception is unhandled within a procedure? | PL SQL
Friday, 25 May 2012
What happens if an exception is unhandled within a procedure? | PL SQL
If an exception is unhandled within a procedure, the control is passed back to the calling environment. Any DML statements, which were executed within the procedure, are rolled back.
No comments:
Post a Comment