OB_SESSION_TRACE_DISABLE is used to disable session-level end-to-end diagnosis.
Applicability
This content applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.
Syntax
DBMS_MONITOR.OB_SESSION_TRACE_DISABLE(session_id IN BINARY_INTEGER);
Parameters
| Parameter | Description |
|---|---|
| session_id | The session_id for disabling end-to-end diagnosis. If empty, use the session_id of the current session. |