oracle数据库执行语句看如何执行的

1、先执行解释

explain plan for

select * from custom where name='abc';

2.看解释结果

select * from table(dbms_xplan.display);

posted @ 2021-08-07 16:00  雪紫  阅读(134)  评论(0编辑  收藏  举报