1、先执行解释

explain plan for

select * from custom where name='abc';

2.看解释结果

select * from table(dbms_xplan.display);


* 雪紫 *