命令获取sql语句的执行计划

得到sql语句的执行计划web 使用EXPLAN PLAN FOR 命令sql SQL> truncate table plan_table ; --截断 plan_table 表 SQL> explain plan for <sql语句> ; --分析 SQL语句的执行 SQL> select id ,operation ,options ,object_name ,position
相关文章
相关标签/搜索