How to find the most frequently executed SQL?

Select executions, buffer_gets, sql_text
from v$sqlarea
where executions > 10000
order by executions desc;

Comments

Popular posts from this blog

ORA-04062: timestamp of procedure has been changed

ORA-00939: too many arguments -when case arguments exceed 255

ORA-31655: no data or metadata objects selected for job