The PRINT_BACKTRACE function prints the backtrace list of the current execution stack. Call this function only when a program is running.
Syntax
DBMS_DEBUG.PRINT_BACKTRACE (
listing IN OUT VARCHAR);
Parameters
| Parameter | Description |
|---|---|
| listing | A formatted character buffer with embedded newlines. |