How to check whether statistics collection for the schema/table is done by ANALYZE instead DBMS_STA
I am looking for the solution to find out whehter a schema or table's statistics collection gathered using DBMS_UTILITY.ANALYZE or ANALYZE TABLE command instead DBMS_STATS package?. Please share if we able to get it from dictionary views like dba_optstat_operations for database/schema/table statistics gathered with DBMS_STATS package.
Thanks in advance,
Siva