The OB_SESSION_TRACE_DISABLE procedure disables end-to-end diagnostics at the session level.
Applicability
This topic 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 ID of the session for which the end-to-end diagnostics feature is to be disabled. If this parameter is not specified, the feature is disabled for the current session. |