The DEBUG_ON stored procedure marks the target session to run all PLs in debug mode. This procedure must be called before starting the debugging.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
DBMS_DEBUG.DEBUG_ON (
no_client_side_plsql_engine BOOLEAN := TRUE,
immediate BOOLEAN := FALSE);
Parameters
| Parameter | Description |
|---|---|
| no_client_side_plsql_engine | Keep the default value unless the debugging session is executed from the client-side PL engine. |
| immediate | If the value is TRUE, the interpreter immediately switches from normal mode to debug mode during the call. |
