The DISABLE_BREAKPOINT function disables an existing breakpoint but keeps it in place.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this function.
Syntax
DBMS_DEBUG.DISABLE_BREAKPOINT (
breakpoint IN BINARY_INTEGER)
RETURN BINARY_INTEGER;
Parameters
| Parameter | Description |
|---|---|
| breakpoint | The breakpoint ID obtained by using the SET_BREAKPOINT function. |
Return value
| Return value | Description |
|---|---|
| success | The operation is successful. |
| error_no_such_breakpt | The specified breakpoint does not exist. |
| error_idle_breakpt | The idle breakpoint cannot be disabled. |
