SQL Performance (MOSC)

MOSC Banner

How to monitor select access on paratition level?

edited Oct 6, 2016 5:10AM in SQL Performance (MOSC) 5 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center