Db2 11.1 Quickstart for Experienced Relational DBAs

Course Description

This course shows you how to use Db2 11.1 to carry out both simple and complex database administration tasks. These activities include of building and populating databases and putting in place a logical structure to support recovery needs. The Db2 Explain tools will be used to evaluate the access strategies that the Db2 Optimizer chose. The use of various db2pd command arguments will be one of many diagnostic techniques that will be demonstrated. In addition to learning how to design a redirected database restore to move either specific table spaces or a complete database, students will also learn how to establish automatic archival for database logs. We'll talk about the REBUILD RESTORE option, which can create a database copy using only a portion of the table spaces. We'll also go through how to copy object schemas between two Db2 databases using the TRANSPORT option of RESTORE. The usage of SQL statements to monitor database performance and health will be taught, as well as the selection of indexes to enhance application performance. For seasoned relational database administrators, this course offers a brief introduction to Db2 database management skills (DBA).

Prerequisites

Participants should have the following skills:

  • Performing basic database administration tasks on a relational database system
  • Using basic OS functions such as utilities, file permissions, hierarchical file system, commands, and editor
  • Stating the functions of the Structured Query Language (SQL) & be able to construct DDL, DML, & authorization statements
  • Discussing basic relational database concepts and objects such as tables, indexes, views, and joins
  • These skills can be developed by taking:
    • DB2 SQL Workshop
    • DB2 Fundamentals

Target Audience

This is an intermediate training for DBAs and technical professionals who plan, implement, and support Db2 11.1 for Linux, UNIX, and Windows databases. Participants should have familiarity with other relational database platforms. These abilities may also be put to use in situations that use Db2 on Cloud or Db2 Hosted to support cloud-based databases.

Learning Objectives

Please refer to course overview

Content Outline

  • Describing the system platforms supported by the Db2 Family of products
  • Comparing the features available with different Db2 product editions 
  • Selecting the appropriate Db2 client software to support application client or server systems
  • Choosing a method to install your Db2 product edition & plan migrations of existing Db2 servers to the latest release
  • Comparing cloud-based Db2 options to a locally installed Db2 server
  • Utilizing the Db2 Command Line Processor to run Db2 commands, SQL statements and command scripts
  • Invoking the CLPPlus command line processor to connect databases and to define, edit, and run statements, scripts, and commands
  • Listing some of the ways IBM Data Server Manager can be used to support Db2 database administration and SQL execution with Db2 servers 
  • Specifying the key features of an instance
  • Creating and dropping a Db2 instance
  • Using db2start and db2stop commands to manage a Db2 instance
  • Displaying and setting Db2 registry variables
  • Describing and modifying the database manager configuration
  • Plan the initial storage allocations for a database including catalog tables and log files
  • Create a new database using Db2 native encryption
  • Explore the System Catalog tables and views
  • Check and update Database configuration parameter settings
  • Compare DMS and Automatic Storage management for table space
  • Differentiating between table spaces, containers, extents, and pages
  • Create and alter table spaces
  • Use Db2 commands and SQL statements to display current table space statistics and status information
  • Create schemas, tables, views, aliases, and indices
  • Review the use of temporary tables,
  • Explore the use and implementation of check constraints, referential integrity and triggers
  • Use BLU Acceleration, column-organized tables to improve analytics query performance
  • Explain the difference between system-period temporal tables and Application-period temporal tables
  • List the types of compression available for tables and indexes
  • Use the db2look utility to export database structures for future use
  • Discuss using the INSERT SQL statement to populate tables 
  • Explain the differences between IMPORT and LOAD processing
  • Explain the EXPORT, IMPORT, and LOAD command options
  • Create and use Exception Tables and Dump-Files
  • Check table status using LOAD QUERY
  • Describe the ANALYZE phase of LOAD command processing used for loading BLU Acceleration, column-organized tables.  
  • Check the Load Pending and Set Integrity Pending status for a table
  • Use the SET INTEGRITY command
  • Discuss the db2move and db2look commands
  • Use the ADMIN_MOVE_TABLE procedure to move a table to different table spaces
  • List some of the features of the Ingest utility for continuous data ingest
  • Describing the major principles and methods for backup and recovery
  • Stating the three types of recovery used by Db2
  • Explaining the importance of logging for backup and recovery
  • Describe how data logging takes place, including circular logging and archival logging
  • Use the BACKUP, RESTORE, ROLLFORWARD and RECOVER commands
  • Performing a table space backup and recovery
  • Restoring a database to the end of logs or to a point-in-time
  • Discuss the configuration parameters and the recovery history file and use these to handle various backup and recovery scenarios
  • Create an encrypted backup image to improve data security
  • Plan the use of RUNSTATS, REORGCHK and REORG utilities for maintaining database efficiency
  • Configure the Db2 instance to set the location for diagnostic data and message severity levels for basic problem analysis
  • Describe the methods that can be used for monitoring database and application activity including db2pd commands, Event Monitors and using SQL statements to access statistics
  • Describe the function of EXPLAIN and use this facility to assist basic analysis
  • Use the db2advis command to analyse a workload for potential performance improvements
  • Use the db2fodc command to collect diagnostic data for a system hang
  • Explaining why locking is needed
  • Listing objects that can be locked
  • Describing and discussing the various lock modes and their compatibility
  • Explaining four different levels of data protection
  • Setting isolation level and lock time out for current activity
  • Explaining lock conversion and escalation
  • Describe the situation that causes deadlocks
  • Create a LOCKING EVENT monitor to collect lock related diagnostics
  • Set database configuration options to control locking event capture
  • Use Db2 access control mechanisms to implement security within the database
  • Explain the tasks performed by the SYSADM user, the SECADM user and a DBADM user
  • Compare the use of database roles to user groups for security
  • Describe privileges required for binding and executing an application package
  • Describe the difference between explicit privileges and implicit privileges
  • List the methods for implementing encryption for database connections
  • List the advantages of creating a Trusted Context for a three-tier application system
  • Review the considerations of using standard Db2 database recovery options
  • Explain the capabilities of the REBUILD option for the RESTORE command
  • List the types of information included in each Db2 backup image and describe how it is used to support rebuilding a database
  • Plan for supporting database and disaster recovery scenarios using Db2 database and table space backups using the RESTORE command with a REBUILD option
  • Utilize LIST UTILITIES SHOW DETAIL to monitor progress of a RESTORE utility during database rebuilding
  • Explain the facility of the Db2 RESTORE command to recover table spaces to different containers
  • Use the SET TABLESPACE CONTAINERS command to define new containers during a redirected restore
  • Utilize the SET STOGROUP PATHS command to change the storage paths for automatic storage tablespaces in storage groups
  • Plan the use of redirected restore as part of a disaster recovery
  • Describe two methods that can be used to convert a DMS table space to utilize Automatic Storage
  • Use the GENERATE SCRIPT option of RESTORE to set up a command script for a redirected restore operation
  • Copy schemas from one database to another using the TRANSPORT option of the RESTORE utility
  • Use db2relocatedb when moving or copying Db2 databases with non-Db2 utilities
  • Use the IBM Data Server Manager Explain tool to review access plans
  • Examine access plan detailed information using the db2exfmt reports
  • Create a set of Explain tables used by Visual Explain tools and db2exfmt
  • Set the Explain mode special register to capture the Explain data for analysis of dynamic SQL statements
  • Use the db2expln report to analyze access plans for dynamic or static SQL statements
  • Utilize the Activities Event monitor to create Explain reports that include estimated and actual row counts
  • Describe the Indexing options that can be used to improve performance:
  • Index Only Access
  • Clustered Index
  • Reverse Scans
  • Include Columns
  • Index Freespace
  • Describe the Block Indexing capability for MDC tables
  • Monitor index usage using the MON_GET_INDEX function and db2pd commands
  • Explain how multiple indexes can be combined using Index ORing and Dynamic Bitmap Index ANDing
  • Use the Design Advisor to predict performance gains from adding new indexes or using MDC tables
  • Describe the infrastructure used to support monitoring
  • Configure a database to collect the activity, request and object metrics returned by the Monitoring Table functions
  • Investigate current application activity that might indicate performance problems using SQL statements
  • Use the Db2-provided views and functions in SQL to evaluate efficient use of database memory for locks, sorting and database buffer pools
  • Check database health indicators, like log space available and table space utilization using CLP queries using Monitor functions and views

FAQs

IBM created the Db2 family of data management tools, which includes database servers. Although it was originally designed to serve the relational model, it has now been expanded to include object-relational functionality as well as non-relational structures like JSON and XML.

You can realize the benefits of using Db2 Multisystem in several ways:

Query performance can be improved by running in parallel (pieces of the query are run simultaneously on different systems).

The need for data replication decreases because all of the systems can access all of the data.

Much larger database files can be accommodated.

Applications are no longer concerned with the location of remote data.

When growth is needed, you can redistribute the file across more systems, and applications can run unchanged on the new systems

To attend the training session you should have an operational Desktops or Laptops with required specification along with good internet connection to access the labs.

We would always recommend you to attend the live session to practice & clarify the doubts instantly and get more value from your investment. However, if due to some contingency if you have to skip the class Radiant Techlearning would help you with the recorded session of that particular day. However, those recorded sessions are not meant only for personal consumption and NOT for distribution or any commercial use.

Radiant Techlearning has a data center containing the Virtual Training environment for the purpose of participant’s hand-on-practice.

Participants can easily access these labs over Cloud with the help of remote desktop connection.

Radiant virtual labs provides you the flexibility to learn from anywhere in the world and in any time zone.

The learners will be enthralled as we engage them the real world and industry Oriented projects during the training program. These projects will improve your skills and knowledge and you will gain better experience. These real time projects, they will help you a lot in your future tasks and assignments.

Radiant Telelearning offers customized solutions and training programmed for individuals, teams and businesses depending upon what they require. Here is how we help each one through our diverse formats.

Individuals / One-O-One Training

▪ Focused learning sessions

▪ Programmed scheduling according to your choice

▪ Get personalized attention

▪ Choose what technology interests you

Teams: Enroll for our Classroom or online Public Batches

▪ Get our specialized updated content for different skill levels

▪ Get on-demand learning and solve problems quickly

▪ Get help from the ground level through sequential learning

Enterprise:

▪ Get customized training programmed and solutions that can be curated especially for your business

▪ Meet needs of all learners

▪ Let your employees be geared up for all kinds of problem solving

▪ Inspire your teams for future

▪ Update your employees with latest information stretching from technology, business leadership to marketing

Radiant Telelearning has large pool of in-house certified trainers & consultants with strong background and working experience on the technology.

Radiant Telelearning offers more than 800+ courses and for each course Radiant have identified best-in-class instructors.

Radiant has highly intensive selection criteria for Technology Trainers & Consultants, who deliver you training programs. Our trainers & consultants undergo rigorous technical and behavioral interview and assessment process before they are on boarded in the company.

Our Technology experts / trainers & consultant carry deep dive knowledge in the technical subject & are certified from the OEM. Our faculty will provide you the knowledge of each course from fundamental level in an easy way and you are free to ask your doubts any time from your respective faculty.

Our trainers have patience and ability to explain difficult concepts in simplistic way with depth and width of knowledge.

Radiant believes in practical and creative approach to training and development which distinguishes it from the other training and developmental platforms. Moreover, training courses are undertaken by some of the experts who are having vast range of experience in their domain.

Send a Message.


  • Enroll