GigaOm x Pythian: Realities and Risks of Enterprise AI
In a recent interview on the Business Disruptions in Tech podcast, Howard Holton and ...

It is not uncommon that we need to filter out some DBs or Tables while setting up replication. It is important to ...
This short blog post is a reminder to remember the syntax. I was just trying to bring down local listeners at half rack ...
It is not uncommon to come across MySQL databases where reserved words are in use as identifiers for any kind of ...
SQL Server 2016 is making lots of news, and promises to be a revolutionary SQL Server version. In talking about ...
NOTE: If you want to read and play with the interactive application, it has been developed using Shiny/R in order to ...
Microsoft Azure provides an acceptable and affordable platform for a training environment. I am an Oracle DBA, and use ...
Timestamp Math Several years ago I wrote an article on Oracle date math. Amazingly, that article was still available ...
Background In the previous article, I covered the basics of how to remove database passwords (credentials) from Oracle ...
Background Almost every DBA writes and uses various custom scripts to monitor and backup their Oracle databases. ...
Overview of managed service maintenance Part of the appeal of AWS' Redshift is that it's a managed service, which means ...

You can get many returns from a Google search for "MySQL Query Best Practices" or "MySQL Query Optimization." The ...
While experimenting with Auto DOP (parallel_degree_policy) in Oracle 12c, I stumbled upon a highly effective (and ...
We've all encountered a situation where you want to check a simple query or syntax for your SQL and don't have a ...
Introduction When you have a SQL Server environment where a very complex replication setup is in place, and you need to ...
What do I mean by 'fix' the the fixed object statistics? Simply gather statistics to help the optimizer. What are ...
December 2015 brought us a new version of GoldenGate, and a new version for Big Data adapters for the GoldenGate. Let's ...
This blog post was co-authored by Peter Sylvester and Valerie Parham-Thompson Introduced in version 10.1.3 (and with ...
Recently I was playing with the SQL Server 2016 CTP 2 and noticed that there was a new feature introduced - Basic ...

Once upon a time I wrote about the Internal Workflow of an E-Business Suite Concurrent Manager Process. Many things ...

For implementing Large Pages on AIX first you will need to choose large page size at OS level. On AIX you can have ...
This article continues our deep dive into the GoldenGate Big Data adapters, specifically focusing on the Kafka adapter. ...
What is MetaData Lock? MySQL uses metadata locking to manage concurrent access to database objects, and to ensure data ...
1. Introduction Cassandra offers three different repair mechanisms to make sure data from different replicas are ...
Background A test upgrade from 11g to 12c and conversion to a container and pluggable database recently pointed out ...
In this blog post, we continue our review of the new Oracle GoldenGate Big Data adapters. In the first part of the ...

Overview DDL (Data Definition Language) statements create, alter, and remove database objects. These types of changes ...
Introduction wait_timeout interactive_timeout net_read_timeout net_write_timeout What do these timeouts do in MySQL? If ...