kyle HaileySep 3, 20133 min readMetrics vs StatisticsHere are the tuning metrics tables (SQL stats are not in “metric” tables per say) (*DBA_HIST_…_HISTORY views are sort of confusing....
kyle HaileySep 3, 20136 min readWait Metrics vs Wait EventsHere is a quick table comparison of different types of metrics views The first line of the table is the classic wait event and statistic...
kyle HaileyAug 30, 20132 min readEnqueue – PK, FK or Bitmap Index problem?Primary/Unique Key: inserting a unique key when someone else has already inserted that key but not committed Foreign Key: Inserting a...
kyle HaileyAug 29, 20135 min readOracle I/O latency monitoringdb file sequential read db file scattered read log file parallel write direct path reads direct path reads temp Of course it would be...
kyle HaileyAug 28, 20132 min readCURSOR_SHARING : a picture is worth a 1000 wordsAnyone who has been around Oracle performance over the years knows the grief that hard parsing SQL queries can cause on highly concurrent...
kyle HaileyAug 27, 20137 min readOracle CPU TimeImage from Bertrand Drouvot UPDATE: thanks to a discussion in the comments it’s come to my attention that there should be some more...
kyle HaileyAug 26, 20131 min readWhere to begin with Oracle and SQLHere is my list and everything on this list is excellent. I’m sure I missed a few good ones, but maybe people can add them in the...
kyle HaileyAug 23, 20136 min readTCP Trace Analysis for NFSHow do we know where latency comes from when there is a disparity in reported I/O latency on the I/O subsystem and that of the latency...
kyle HaileyAug 23, 20132 min readOracle time units in V$ viewsOracle has a crazy mix of units of time in various v$ views seconds centi-seconds milliseconds microseconds Some are straight forward...