ORACLE View SQL execution cost

View a SQL implementation costs, can be operated as follows:

set autotrace on;  --或者set autotrace traceonly explain;
这里是要执行的SQL
set autotrace off;
Published 58 original articles · won praise 5 · Views 5094

Guess you like

Origin blog.csdn.net/weixin_42161670/article/details/102615027