Who collected stats on a table ?
rahulrasJul 13 2009 — edited Jul 14 2009Hi All,
I am on Oracle 10.2 on Linux.
We have monitoring enabled on our database (as in case of most of Oracle 10g databases).
Sometimes, some of our procedures gather stats with dbms_stats as well.
How can I find out, for a given table, who has collected the latest stats?
was it Oracle stats collections (which was kicked off as stats is stale)?
or it was dbms_stats called from our code?
Thanks in advance