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 ...
I gave this talk at the UKOUG, and I have received a few requests to post the slides online. Instead of just posting ...
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, ...
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 ...
I’ve recently moved to Ubuntu Linux, and this post describes my attempt to play around with Oracle ASM on Ubuntu. For ...
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 do realize that for most of you, there may be nothing new about the dbms_sys_sql package knowledge of it has been ...
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 ...
I’ve been told that using NOT EXISTS in (Oracle) SQL is a bad idea, and that a way to overcome this problem is to ...
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 ...
Recreating the Voting disk may not be as easy as written in Metalink. If you work with RAC, you know about Metalink ...
Introduction With this post, I’m starting a series about Oracle Block Change Tracking internals. The feature was ...
Disclaimer: In most countries, looking at user passwords is illegal. Never try what is written below on a system that ...
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 ...
So you have accidentally removed a datafile from your production database? First thing, DON’T PANIC! There’s an easy ...
So you have created your standby database using the RMAN DUPLICATE command, you have set the ARCHIVE_LAG_TARGET to ...
Last Friday, a customer paged me to say that they could not open an Oracle 8.0.5 database after the RAID array crashed. ...