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. |
|