query to give the number of executions per day of all SQL_ID
Hi . I am looking for a query that can give me the number of executions per day for all the sql_id .
this is to get a perspective of which are the SQL_ID that have the maximum executions to be informed before database upgrade to 19c.
tried using dba_hist_sqlstat but looks like the delta_executions is cumulative from the time it is loaded into sqlarea.
I needed executions on a daily basis
Thanks,
Eshwar