top of page
Success is about Imagination
Ignite Your Passion
kyle Hailey
May 7, 20142 min read
Full table scan runs way slower today!
Every so often a DSS query that usually takes 10 minutes ends up taking over an hour. (or one that takes an hour never seems to finish)...
34 views0 comments
kyle Hailey
Sep 4, 201310 min read
EM 12c Snap Clone
Oracle OEM 12c introduces a new feature that enables the creation of Oracle database thin clones by leveraging file system snapshot...
14 views0 comments
kyle Hailey
Sep 3, 20133 min read
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....
38 views0 comments
kyle Hailey
Sep 3, 20136 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...
31 views0 comments
kyle Hailey
Aug 30, 20132 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...
14 views0 comments
kyle Hailey
Aug 29, 20135 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...
109 views0 comments
kyle Hailey
Aug 28, 20132 min read
CURSOR_SHARING : a picture is worth a 1000 words
Anyone who has been around Oracle performance over the years knows the grief that hard parsing SQL queries can cause on highly concurrent...
27 views0 comments
kyle Hailey
Aug 28, 20136 min read
Finding the slowest SQL execution of the same query
Does the query always execute in the same amount of time? If some executions are slower, what is the slowest execution time? When did...
74 views0 comments
kyle Hailey
Aug 27, 20137 min read
Oracle CPU Time
Image from Bertrand Drouvot UPDATE: thanks to a discussion in the comments it’s come to my attention that there should be some more...
47 views0 comments
kyle Hailey
Aug 26, 20131 min read
Where to begin with Oracle and SQL
Here 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...
40 views0 comments
kyle Hailey
Aug 23, 20132 min read
Oracle time units in V$ views
Oracle has a crazy mix of units of time in various v$ views seconds centi-seconds milliseconds microseconds Some are straight forward...
25 views0 comments
kyle Hailey
May 8, 20091 min read
SQL*Net break/reset to client
Another problematic wait event in Oracle is “SQL*Net break/reset to client”. This wait event typically happens when there is something...
54 views0 comments
kyle Hailey
Apr 30, 20092 min read
Lock Waits: Finding the blocking SQL on Oracle
One of my pet peeves on Oracle is the inability to find out what SQL took out a lock that another user is waiting. It’s easy to find the...
22 views0 comments
bottom of page