The DISABLE_OPT_TRACE procedure disables the optimizer trace feature for the current session.
Syntax
DBMS_XPLAN.DISABLE_OPT_TRACE;
Examples
Disable the optimizer trace feature for the current session.
obclient> CALL DBMS_XPLAN.DISABLE_OPT_TRACE();
Query OK, 0 rows affected
