The DISABLE_OPT_TRACE procedure disables the end-to-end tracing of the optimizer for the current session.
Syntax
PROCEDURE DISABLE_OPT_TRACE;
Examples
Disable optimizer tracing for the current session.
obclient> CALL DBMS_XPLAN.DISABLE_OPT_TRACE();
Query OK, 0 rows affected