8月 26 oracle查看sql执行计划 Posted on 2010 年 8 月 26 日 by 张 子萌 a) 执行 EXPLAIN PLAN FOR select * from game g where g.id=1 b) 执行 select * from table(DBMS_XPLAN.DISPLAY)看oracle的执行计划