The FORMAT_ERROR_STACK function is used to format the current error stack.
Exception handlers can use FORMAT_ERROR_STACK to view the complete error stack.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
DBMS_UTILITY.FORMAT_ERROR_STACK
RETURN VARCHAR2;
Return value
The error stack, up to 2000 bytes.
