How to Identify Frequently Used Tables in Oracle Analytics or SQL Developer
We are using Oracle Analytics for evaluations, and various colleagues have access to it. Unfortunately, I don't have visibility into all the evaluations that are being conducted.
Now, I need to clean up the database and remove excess or unused tables. For this, I’m looking for a way to determine which tables are actually being used.
Is there any way in SQL Developer or Oracle Analytics to access a log or audit file that shows which tables have been most queried or used—ideally filtered to the last three months?
Alternatively, is there a SQL query I could run to get a list of the most frequently accessed tables in the past 3 months?