The PRINT_BACKTRACE function prints the backtrace of the current execution stack. This function can be called only when the program is running.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this function.
Syntax
DBMS_DEBUG.PRINT_BACKTRACE (
listing IN OUT VARCHAR);
Parameters
| Parameter | Description |
|---|---|
| listing | A formatted character buffer with embedded line breaks. |
