top of page

Success is about Imagination
Ignite Your Passion



Stephen Faroult on Tuning SQL
One of the main things I do to tune SQL is to encourage the optimizer to take path. I often take the most important steps to do first and...
kyle Hailey
Jun 4, 20091 min read
10 views
0 comments
Correlating SQL to Procedures
Starting in Oracle 10.2.0.3 (ie not 10.2.0.2 and below) it’s easy to track what package and/or procedure a SQL execution came from using...
kyle Hailey
Jun 1, 20091 min read
17 views
0 comments
Stephan Faroult’s Videos
I love this video on “getting dreadful database performance” by Stephan Faroult. The video is hilarious and infomative:...
kyle Hailey
Jun 1, 20091 min read
15 views
0 comments
"kksfbc child completion"
I’ve run into the wait “kksfbc child completion” a few times over the past but found very little written about it. I don’t have an...
kyle Hailey
May 15, 20091 min read
16 views
0 comments
Concurrency Testing
One complaint I’ve heard of a number times is how code gets tested with one user and it runs fine and then gets put into production and...
kyle Hailey
May 12, 20091 min read
9 views
0 comments
To Pie Chart or not to Pie Chart
I’ve always had a natural aversion to pie charts. Pie charts seem all the less apealing when compared to bar charts. I’ve wondered if it...
kyle Hailey
May 11, 20091 min read
4 views
0 comments
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...
kyle Hailey
May 8, 20091 min read
73 views
0 comments
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...
kyle Hailey
Apr 30, 20092 min read
31 views
0 comments
How to be a program manager
I’m the “Program Manager” for DB Optimizer at Embarcadero, thus I found this article fascinating about the role of a “Program Manager”:...
kyle Hailey
Mar 11, 200911 min read
11 views
0 comments
Welcome to DB Optimizer Blog
A blog to compliment the information site at http://sites.google.com/site/embtdbo/
kyle Hailey
Mar 5, 20091 min read
0 views
0 comments
bottom of page