InterviewSolution
Saved Bookmarks
| 1. |
What Happens To The Program Control When The Raise_application_error Procedure Is Encountered? |
|
Answer» 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. 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. |
|