第一步:

explain plan for  select * from T_USER where OPEN_ID='12345';

第二步:

 select * from table(dbms_xplan.display);

相关文章: