The FORMAT_ERROR_BACKTRACE formats the backtrace of the call stack where the exception was thrown.
Syntax
DBMS_UTILITY.FORMAT_ERROR_BACKTRACE
RETURN VARCHAR2;
Return values
The backtrace string is returned. This function returns NULL if no error is being handled.