The OB_TENANT_TRACE_DISABLE procedure disables full-link tracing for the current tenant.
Notice
You cannot disable full-link tracing for other tenants.
Applicability
This topic applies only to OceanBase Database Enterprise Edition.
Syntax
DBMS_MONITOR.OB_TENANT_TRACE_DISABLE(tenant_name IN VARCHAR2 DEFAULT NULL);
Parameters
| Parameter | Description |
|---|---|
| tenant_name | The name of the tenant for which you want to disable full-link tracing. If you do not specify this parameter, the current tenant is used. |
