The FORMAT_CALL_STACK function is used to format the current call stack.
FORMAT_CALL_STACK can be used in any stored procedure or trigger that accesses the call stack for debugging purposes.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
DBMS_UTILITY.FORMAT_CALL_STACK
RETURN VARCHAR2;
Return value
The call stack, up to 2000 bytes.
