The SHOW_BREAKPOINTS procedure returns the list of current breakpoints.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
DBMS_DEBUG.SHOW_BREAKPOINTS (
listing IN OUT VARCHAR2);
Parameters
| Parameter | Description |
|---|---|
| listing | The formatted buffer of breakpoints (including line breaks). The breakpoint entry index table. The breakpoint number is indicated by the index in the table. The breakpoint number starts from 1 and can be reused after deletion. |
