DB2 SQL Replication lessons learned PART 2

This is part two of lessons learned during a recent DB2 SQL Replication engagement. After registering a source table for replication and creating an Apply Control server, you need to create a new Subscription set under that Apply Control server.  This is on the...

DB2 SQL Replication lessons learned

Registering an existing DB2 source table for CCD (Consistent Changed Data) replication using the DB2 Replication Center: This blog entry is from lessons learned on a recent engagement in which the client wanted to replicate several large tables from a Linux system to...

ORACLE: Upgrade to 11gR2 – Migrate to ASM

11gR2 Upgrade: Recently, I had a customer who needed to upgrade their database to 11gR2 from 10.2.0.3.  The upgrade needed to move the database from a cooked file system to Oracle’s ASM. Additionally, the customer wanted to have Oracle Enterprise Manager...

CommVault: Agent Incorrectly Configured

Recently, I handled a client who is using CommVault for their backup and recovery application that was having issues with the agent installed on their DB2 database. My background as an Oracle DBA and a CommVault Certified Engineer allowed me to quickly identify the...
Oracle Data Pump: Interactive Mode – Attach/Detach

Oracle Data Pump: Interactive Mode – Attach/Detach

Recently, I had a customer who was importing a long running Data Pump import job.  The client needed to go home and still have a way to monitor the import job. Starting with Oracle 10g Data Pump there is a useful feature in situations in which you start a job at...
Informix Database Replication

Informix Database Replication

The following are observations and recommendations from one of our clients experiencing issues with Informix Database Replication. 1.) The session thread was doing quite a bit of sleeping. This normally occurs when control is handed off to another thread. The...