Subscribe to Blog via Email
Join 1,048 other subscribersArchives
Author Archives: Bobby
Modified IO CPU+IO Elapsed Graph (sigscpuio)
Still tweaking my Python based Oracle database performance tuning graphs. I kind of like this new version of my “sigscpuio” graph: The earlier version plotted IO, CPU, and Elapsed time summed over a group of force matching signatures. It showed … Continue reading
Posted in Uncategorized
Leave a comment
Graph frequently executed SQL by FORCE_MATCHING_SIGNATURE
I made a new graph in my PythonDBAGraphs program. Here is an example with real data but the database name blanked out: My graphs are all sized for 1920 x 1080 monitors so I can see all the detail in … Continue reading
Posted in Uncategorized
Leave a comment
Understanding query slowness after platform change
We are moving a production database from 10.2 Oracle on HP-UX 64 bit Itanium to 11.2 Oracle on Linux on 64 bit Intel x86. So, we are upgrading the database software from 10.2 to 11.2. We are also changing endianness … Continue reading
Posted in Uncategorized
Leave a comment
Comparing Common Queries Between Test and Production
The developers complained that their test database was so much slower than production that they could not use it to really test whether their batch processes would run fast enough when migrated to production. They did not give me any … Continue reading
Posted in Uncategorized
8 Comments
Jonathan Lewis
I am finally getting around to finishing my four-part blog series on people who have had the most influence on my Oracle performance tuning work. The previous three people were Craig Shallahamer, Don Burleson, and Cary Millsap. The last person is Jonathan Lewis. … Continue reading
Posted in Uncategorized
2 Comments
Log file parallel write wait graph
I got a chance to use my onewait Python based graph to help with a performance problem. I’m looking at slow write time from the log writer on Thursday mornings. Here is the graph with the database name erased: We … Continue reading
Posted in Uncategorized
Leave a comment
Python DBA Graphs Github Repository
I decided to get rid of the Github repository that I had experimented with and to create a new one. The old one had a dump of all my SQL scripts but without any documentation. But, I have updated my … Continue reading
Posted in Uncategorized
Leave a comment
Another SQL Profile to the rescue!
We have had problems with set of databases over the past few weeks. Our team does not support these databases, but my director asked me to help. These are 11.2.0.1 Windows 64 bit Oracle databases running on Windows 2008. The incident … Continue reading
Posted in Uncategorized
Leave a comment
Math Resources
I feel like I have not been posting very much on this blog lately. I have been focused on things outside of Oracle performance so I haven’t had a lot of new scripts to post. I have been quietly updating my … Continue reading
Posted in Uncategorized
3 Comments
General troubleshooting lessons from recent Delphix issue
Delphix support helped me resolve an issue yesterday and the experience gave me the idea of writing this post about several general computer issue troubleshooting tips that I have learned down through the years. Never mind that I ignored these … Continue reading
Posted in Uncategorized
Leave a comment