Oracle PL-SQL Question:
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.
trigger.
Previous Question | Next Question |
What is Pragma EXECPTION_INIT? Explain the usage? | What are the return values of functions SQLCODE and SQLERRM? |