The DISABLE_OPT_TRACE procedure disables the optimizer tracing feature for the current session.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
DBMS_XPLAN.DISABLE_OPT_TRACE;
Examples
Disable the optimizer tracing feature for the current session.
obclient> CALL DBMS_XPLAN.DISABLE_OPT_TRACE();
Query OK, 0 rows affected
