InterviewSolution
Saved Bookmarks
| 1. |
Can Raise_application_error Be Called In The Executable Section Of The Program Unit? |
|
Answer» YES, the RAISE_APPLICATION_ERROR procedure can be called in the executable SECTION as WELL as the EXCEPTION section of the PL/SQL code. Yes, the RAISE_APPLICATION_ERROR procedure can be called in the executable section as well as the exception section of the PL/SQL code. |
|