How to monitor select access on paratition level?
In Oracle 11g (11.2.0.3) can we monitor (select) access on partition level. Here is the challenge we got - table with 50+ partitions holding 7+ years worth of data partitioned by date (range partition).
What we are looking far is a way to monitor application accessing partitions?
I did checked table modifications (DBA_TAB_MODIFICATIONS) which only track insert/update/delete, (v$OBJECT_USAGE) object usage only track index usage.
As mentioned what we need is a option to monitor select on specific partition. Any input would be appreciated.
Thanks
Selva