Database Tuning (MOSC)

MOSC Banner

Finding objects referenced in SQL query

edited Aug 16, 2023 3:36PM in Database Tuning (MOSC) 4 commentsAnswered

I have a pretty complex query to analyze for a performance issue. There are a lot of sub queries, the SQL text goes on for two pages and the execution plan is 171 row sources. A cursory look at the plan shows some full table scans where I know the selectivity in that query block is high. I would like to handle any low hanging fruit first. I want to get a list of tables used in this query so I can check the last time their stats were collected. I also want to get a list of any views

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