Subscribe to Blog via Email
Join 1,057 other subscribersArchives
Author Archives: Bobby
ORA-04063 Errors During Datapatch Rollback of Oracle Patch 30763851
I am working on an Oracle 19c database running on a RHEL 7 VM. I have been trying to roll back this patch: I have it sitting on top of 19.5 The Opatch rollback command ran fine, but Datapatch threw … Continue reading
									
						Posted in Uncategorized					
					
				
				
				Leave a comment
							
		Migrating WordPress to Amazon Linux 2023
I recently migrated my WordPress blog from Amazon Linux 2 to Amazon Linux 2023 to take advantage of newer software versions. The process was mostly smooth, but I wanted to document a few things I ran into—especially around encryption setup. … Continue reading
									
						Posted in Uncategorized					
					
				
				
				Leave a comment
							
		What I Learned About Machine Learning – Don’t Use It!
1. Introduction I set out to use Machine Learning to monitor Oracle databases but ultimately chose not to. The most valuable lesson I learned was the importance of visualizing my data to determine the best approach. By examining real production … Continue reading
									
						Posted in Uncategorized					
					
				
				
				2 Comments
							
		Picking Right Plan for SQL Profile
Sunday four batch jobs that normally run in an hour had been stuck for 3 hours and had not completed the first unit of work out of many. Earlier in the day the on call DBA had applied a SQL … Continue reading
									
						Posted in Uncategorized					
					
				
				
				2 Comments
							
		Matplotlib Oracle Example
Introduction Everyone who has heard the old saying “a picture is worth a thousand words” appreciates its simple wisdom. With Oracle databases you have situations where a graph of the output of a SQL query is easier to understand than … Continue reading
									
						Posted in Uncategorized					
					
				
				
				2 Comments
							
		2025 Update
I am not a very good blogger. Only four posts in 2024. I will need to pick it up because I just increased my spend on AWS for this blog. This site kept going down and I finally spent a … Continue reading
									
						Posted in Uncategorized					
					
				
				
				Leave a comment
							
		Using PyTorch to Predict Host CPU from Date/Time
In my previous post I mentioned that I took a machine learning class based on Python and a library called PyTorch. Since the class ended, I have been working on a useful application of the PyTorch library and machine learning … Continue reading
									
						Posted in Uncategorized					
					
				
				
				Leave a comment
							
		Catching Myself up on AI: Useful Resources
Purpose – Document AI Resources In this post, I will describe the AI training resources that I am using in my quest to catch up with the current state of the art. My goal is to document the resources that … Continue reading
									
						Posted in Uncategorized					
					
				
				
				2 Comments
							
		Simple MySQL Range Scan Test
I was trying to tune a MySQL query this week. I ran the same query against Oracle with the same data and got a much faster runtime on Oracle. I couldn’t get MySQL to do a range scan on the … Continue reading
									
						Posted in Uncategorized					
					
				
				
				3 Comments
							
		Archivelog Space Needed Python Script
I wrote a script called archivelogspace.py to help size our Oracle archive log filesystems to support replication tools such as Fivetran, DMS, or GoldenGate which need a certain number of hours or days of archive log history at all times. … Continue reading
									
						Posted in Uncategorized					
					
				
				
				5 Comments
							
		
			