OB_TENANT_TRACE_DISABLE is used to disable end-to-end diagnosis for the current tenant.
Notice
You are not allowed to disable end-to-end diagnosis for other tenants.
Applicability
This content 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 |
|---|---|
| tenant_name | The tenant_name for disabling end-to-end diagnosis. The default value is null, which indicates the current tenant. |