top of page

Success is about Imagination
Ignite Your Passion





Metrics vs Statistics
Here are the tuning metrics tables (SQL stats are not in “metric” tables per say) (*DBA_HIST_…_HISTORY views are sort of confusing....
kyle Hailey
Sep 3, 20133 min read


Wait Metrics vs Wait Events
Here 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 Hailey
Sep 3, 20136 min read


Enqueue – 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 Hailey
Aug 30, 20132 min read


Oracle I/O latency monitoring
db file sequential read db file scattered read log file parallel write direct path reads direct path reads temp Of course it would be...
kyle Hailey
Aug 29, 20135 min read
bottom of page