How could I return the Oracle's System generated Error message that is not explicity Handled by the following clauses
I could find
in the docs, but that is for ProC, I just would love to have the equivalent for PL/SQL. What is it called?
Code:
EXCEPTION
WHEN myError THEN
END;
I could find
Code:
SQLEERMC