Oracle PL-SQL Question:

What is Raise_application_error?

Oracle PL-SQL Interview Question
Oracle PL-SQL Interview Question

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.


Previous QuestionNext Question
What is Pragma EXECPTION_INIT? Explain the usage?What are the return values of functions SQLCODE and SQLERRM?