摘要: 1.用explain plan for来获取执行计划 结果如下: 优点 缺点 2.用autotrace 来获取执行计划 优点 缺点 3.使用 gather_plan_statistics 获取高级执行计划 如图: 优点 缺点 4.使用10046事件来获取执行计划 阅读全文