Post date: 01-Jun-2009 12:13:54
select executions, buffer_gets, sql_text
from v$sqlarea where executions > 10000
order by executions;