启用收集缓存统计信息
set autotrace traceonly explain
启用使用优化的缓存统计信息
alter session set "_optimizer_cache_stats"=true;
取消解释执行计划
set autotrace off