What Enterprise IT Leaders Are Really Saying About AI
Enterprise AI has reached an interesting inflection point.
While I was at that fine conference in Scotland, one of our clients did some maintenance on their Windows server where ...
A lot of things have already been said about the Real Application Testing Option -- from the price to the most ...
Introduction To between or not to between? Sometimes I wonder how "simple" things can end up being not where you would ...
This was posted yesterday on Oracle-L by Li Li. I feel I should blog about it to spread the word, especially since not ...
Introduction As usual, Oracle introduces new features, and we read the documentation about how they work and we start ...
Before you proceed with reading this post, I strongly encourage you to read Tom Kyte's trilogy about write consistency, ...
Context This article will discuss how to make many-to-many relationships in data warehousing easily queried by novice ...
Just recently I got a call from a developer. He had a table with a primary key populated by a sequence, a timestamp ...
Notice If you have found rman backups slow in Oracle 10.2.0.2, you should check out note 375386.1 on metalink. It seems ...
My apologies — there will be no broccoli in this post. Introduction Many people would like to know how well their ...
Context I hit this issue today while creating a new 10.2.0.3 database using DBCA. Recently, I’ve started to use DBCA ...
So you have created your standby database using the RMAN DUPLICATE command, you have set the minimum log switch ...
Notice A short post to draw your attention to this article by Kevin Burton titled “MySQL and the Death of Raid”. ...
Background Have you ever wanted to know where exactly in a datafile segments are placed? Have you ever wondered just ...
In the following SQL*Plus output… SQL> select sum(tran_sum), count(*) 2 from trans; no rows selected …something is ...
Linux is a wonderful operating system. However there are a number of things that one needs to do to make sure it runs ...
Situation One of our clients found a bug with dbms_scheduler: it logs a job as successful when a ORA-01403 is thrown. ...
Introduction There are various tools available for gathering and monitoring mysql performance data, but it’s not always ...
So you have followed the recipes to create a standby database, setup the database to switch logs automatically, and ...
Today I found some interesting software pieces available for download from Oracle TechNet. “Oracle Outside In ...
I’ve never really liked the idea of REMOTE_LOGIN_PASSWORDFILE=SHARED, probably just because I haven’t seen much use for ...
Briefing Not a dear diary post today — I have a couple up my sleeve though. In the corporate world, promoting a slave ...
Introduction Over-the-Top Tales from the Trenches. Motto: Bringing order to the chaos of every day DBA life. Dear ...
So you have swallowed the standby bait. You have used RMAN duplicate to create a sparkling new standby and things are ...
Or, How To Become an Export/Import Migration Superstar! We’ve already established that I like broccoli. I get the taste ...
Introduction With this post, I’m starting a series about Oracle Block Change Tracking internals. The feature was ...
Woohoo, I finally got a bit of spare time to blog — my first blog post ever! Context I chose to talk about a technique ...
Update: this procedure is for Linux and should work on any UNIX OS. Ron supplied how he did this on Windows in the ...
Goal: Getting rid of filesorts and temporary tables by tuning MySQL queries. Background: Filesorts and temp tables are ...
Last Friday, a customer paged me to say that they could not open an Oracle 8.0.5 database after the RAID array crashed. ...