The ENABLE_BREAKPOINT function is used to enable a previously disabled breakpoint.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
DBMS_DEBUG.ENABLE_BREAKPOINT (
breakpoint IN BINARY_INTEGER)
RETURN BINARY_INTEGER;
Parameters
| Parameter | Description |
|---|---|
| breakpoint | The breakpoint ID obtained by using the SET_BREAKPOINT function. |
Return value
| Parameter | Description |
|---|---|
| success | The operation is completed. |
| error_no_such_breakpt | The specified breakpoint does not exist. |
| error_idle_breakpt | The breakpoint cannot be enabled. |
