Obtaining Execution Plans

  • Execute the SQL statement EXPLAIN PLAN,and then query the table where the output was written.
  • Query a dynamic performance view showing the execution plans cached in the library cache.
  • Query an Automatic Workload Repository or Statspack table, showing the execution plans stored in the repository.
  • Activate a tracing facility providing execution plans.

plan_table Position : $ORACLE_HOME/rdbms/admin/ultxplan.sql

 

 Oracle Execution Plans

Oracle Execution Plans

相关文章:

  • 2022-12-23
  • 2021-05-10
  • 2021-05-31
  • 2022-12-23
  • 2022-03-01
  • 2022-12-23
  • 2021-12-06
  • 2021-08-30
猜你喜欢
  • 2021-12-18
  • 2021-12-18
  • 2022-12-23
  • 2021-06-09
  • 2023-03-04
  • 2021-05-19
相关资源
相似解决方案