Oracle AI Data Platform (AIDP): No-Nonsense Platform Overview
Oracle’s AI Data Platform (AIDP) is essentially an attempt to fix the biggest annoyance ...
I wrote this post because I feel there is a great need for it. The number of people struggling with unstable query ...
Context You might have already seen the blog update on Steven Chan's site. TXK AutoConfig and Templates Rollup Patch S ...
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 ...
Introduction Beware this parameter can prevent your database from starting. Indeed it can prevent your instance from ...
I gave this talk at the UKOUG, and I have received a few requests to post the slides online. Instead of just posting ...
I recently imported the contents of an Oracle 8i database into an 11g database. Since the original application needed ...
Before you proceed with reading this post, I strongly encourage you to read Tom Kyte's trilogy about write consistency, ...
Introduction Ever wished the listener.log file was a table in the database? Wish no more! About three years ago, I sent ...
I got to troubleshoot an amazing situation a few weeks ago. I think, we can all agree that assuming we are on a ...
ASM is definitely one of the coolest technologies inside the Oracle Database. On the other hand, the ability of the ...
So you have created your standby database using the RMAN DUPLICATE command, you have set the minimum log switch ...
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 ...
According to wikipedia, “The rack is a medieval torture . . . which induces excruciating pain as the victim’s joints ...
Update 21-Sep-2011: It’s definitely was a bug in an early 11g release. As cp command does work in the latest release. ...
I’ve recently moved to Ubuntu Linux, and this post describes my attempt to play around with Oracle ASM on Ubuntu. For ...
In this post and some upcoming posts, I’m going to write more about Oracle application servers, a subject we have ...
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 ...
Recreating the Voting disk may not be as easy as written in Metalink. If you work with RAC, you know about Metalink ...
Disclaimer: In most countries, looking at user passwords is illegal. Never try what is written below on a system that ...
Introduction We all have encountered this situation many times before: the cost-based optimizer assumes no correlation ...
Background A few days ago, a developer and I had an interesting conversation. The developer was trying to tune an ...
So you have accidentally removed a datafile from your production database? First thing, DON’T PANIC! There’s an easy ...
Background For the past few months I’ve been using a query that I refer to as “ash report – recent spike”. That’s the ...
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. ...