Oracle Performance Tuning

AWR/ASH, wait events, SQL & optimizer tuning

Oracle performance work goes wrong when it starts from ratios and hunches instead of where time actually goes. The method that holds up is time-based: read DB time, rank the wait events by their share of it, and follow the top one to the SQL or the segment behind it. These guides teach that method end to end — how to read an AWR report without drowning, the half-dozen wait events that carry most real problems, and how to tell a SQL problem from a storage problem — with a free lab that reproduces each wait event on your own machine so you see the signature, not just read about it.

Guides in this pillar

← All posts