InterviewSolution
Saved Bookmarks
| 1. |
What Is Raise_application_error ? |
|
Answer» Raise_application_error is a PROCEDURE of package DBMS_STANDARD which ALLOWS to issue an user_defined error MESSAGES from STORED sub-program or database trigger. Raise_application_error is a procedure of package DBMS_STANDARD which allows to issue an user_defined error messages from stored sub-program or database trigger. |
|