可查询施行效率

可查询执行效率select a.SQL_TEXT,executions, fetches, buffer_getsfrom v$sql a where a.SQL_TEXT like

可查询执行效率
select a.SQL_TEXT,executions, fetches, buffer_gets
  from v$sql a
where a.SQL_TEXT like '%somewords%';