Saturday 26 May 2012

What happens to the program control when the RAISE_APPLICATION_ERROR procedure is encountered? | PL SQL

 When the RAISE„APPLICATION_ERROR procedure is encountered, it ends the program unit and returns the error number and message to the application. The error number and message can be trapped like any Oracle error.