The OB_TENANT_TRACE_DISABLE procedure disables end-to-end diagnostics for the current tenant.
Notice
You cannot disable end-to-end diagnostics for other tenants.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.
Syntax
DBMS_MONITOR.OB_TRACE_DISABLE(tenant_name IN VARCHAR2 DEFAULT NULL);
Parameters
| Parameter | Description |
|---|---|
| module_name | The name of the tenant for which end-to-end diagnostics is to be disabled. The default value null specifies to disable this feature for the current tenant. |