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 ...
If you are using Oracle Data Pump to backup tables containing LONG or LONG RAW columns, then you might be surprised ...
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 ...
This is my fourth week at Pythian and in Canada and I'm starting to get back to my normal life cycle --- my personal ...
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 ...
Background While testing a migration today with one of our clients, I figured out that schema export using Data Pump ...
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 ...
Over-the-Top Tales from the Trenches Motto: Bringing order to the chaos of every day DBA life. Dear Diary, Is that a ...
Notice A short post to draw your attention to this article by Kevin Burton titled “MySQL and the Death of Raid”. ...
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 ...
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 ...
Over the Top Tales from the trenches. Motto: Bringing order to the chaos of every day DBA life. Dear Diary, Today I ...
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 ...
In the last month, we have been hit with two clients’ large-scale failures. The first involved network issues; the ...
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 ...