FORMAT_ERROR_BACKTRACE

2024-04-19 08:42:50  Updated

The FORMAT_ERROR_BACKTRACE formats the backtrace of the call stack where the exception was thrown.

Applicability

This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.

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.

Contact Us