Autotrace in SQL*Plus executes delete
Hi.
I often use SQL*Plus and 'set autotrace traceonly explain;' to check execution plan. What caught me by surprise is, that when you try to create execution plan for delete, the delete statement is really executed.
Is this a feature?
I often use SQL*Plus and 'set autotrace traceonly explain;' to check execution plan. What caught me by surprise is, that when you try to create execution plan for delete, the delete statement is really executed.
Is this a feature?
0