SQLERRM returns current error message text - PL/SQL Errors
Q. Which of the following returns the current error message text?- Published on 19 Oct 15a. SQLERRM
b. SQLCODE
c. Both A & B
d. None of the above
ANSWER: SQLERRM
Using this function the associated error message with the most recent raised error exception is displayed. The exception handling section will display this function.