Set AUTOTRACE ON: Produces the result set and the explain plan, and lists statistics.
真正执行查询,显示查询结果集,显示执行计划,显示统计数据。
Set AUTOTRACE TRACEONLY: Displays the explain plan and the statistics; you will not see the result set, although the statement is executed.
真正执行查询,但不显示查询结果集,显示执行计划,显示统计数据。
The example given below shows the output for AUTOTRACE when set to ON.
下面给出的示例显示将AUTOTRACE设置为ON 时的输出。
The example given below shows the output for AUTOTRACE when set to ON.
下面给出的示例显示将AUTOTRACE设置为ON 时的输出。
应用推荐