DB2 How To Measure Transaction Log Write Time ?

Transaction Logging: In this short blog post I am going to cover transaction logging, its importance and how to measure logging performance. Transaction logging is needed by RDBMS to ensure Durability, the last alphabet in (ACID) principles. If you are a DBA, you must know about ACID (Atomicity, Consistency, Isolation and Durability) principles and ARIES … Read more

How To Find Missing Indexes On Foreign Key Columns ?

Problem Statement: You are trying to figure out if there are any Foreign key constraints in your database with out the corresponding Index. If you are working in an OLTP environment you already know most of your query patterns include a join on primary key (parent table) and foreign key(s) (child tables). It is important … Read more

Troubleshoot Db2 Backup Issues With Veritas NetBackup

Problem Statement: So you are a database administrator and you configured your Db2 environment to send its backups to Veritas NetBackup. However your backups are failing and you are not getting enough information from the generic errors messages thrown at you by Db2. Furthermore you are not familiar with NetBackup, how do you troubleshoot Db2 … Read more

How To Configure DB2 To Use NetBackup ?

Task Description: Configure Db2 LUW database and transactions log backups to use Veritas NetBackup Enterprise backup solution. Task Assumptions: The task procedure in the next section makes following assumptions. As a result please read below bullet points carefully. You are using RedHat Enterprise Linux family related Operating System. You already installed NetBackup client on the … Read more

How To Perform DB2 Loads in HADR Environment ?

Problem Statement: You need to run DB2 LOAD utility in a HADR environment, however DB2 LOAD utility only logs certain kinds of transaction log records and its not enough to replicate the loaded data via transaction logs to the HADR Standby(s). If you would like to learn more about what kind of log records that … Read more

DB2 How to Lower High Water Mark For DMS Tablespaces ?

Problem Statement: Prior to DB2 V9.7, its a struggle to reduce the high water mark of a DMS tablespace. So what is tablespace high water mark anyway? High water mark of a tablespace can be defined as the highest allocated page number in a tablespace. Consider the following fabricated image of a tablespace with 3 … Read more

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close