Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
IBM Db2 11.1 Certification Guide

You're reading from   IBM Db2 11.1 Certification Guide Explore techniques to master database programming and administration tasks in IBM Db2

Arrow left icon
Product type Paperback
Published in Jun 2018
Publisher
ISBN-13 9781788626910
Length 478 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (2):
Arrow left icon
Mohankumar Saraswatipura Mohankumar Saraswatipura
Author Profile Icon Mohankumar Saraswatipura
Mohankumar Saraswatipura
Robert (Kent) Collins Robert (Kent) Collins
Author Profile Icon Robert (Kent) Collins
Robert (Kent) Collins
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Introduction to the Db2 Certification Path 2. Db2 Server Management FREE CHAPTER 3. Physical Design 4. Implementing Business Rules 5. Monitoring Db2 Activity 6. Db2 Utilities 7. High Availability 8. Db2 Security 9. Other Books You May Enjoy

A word about the db2look tool command

The db2look tool command generates the data definition language statements for a specific object type. This can be used to reproduce the database objects into another database, for example copying a production database schema into a test system. The basic command syntax is this:

 db2look -d [DBName] [-e] [-z SchemaName] [-t TableNames] [-v ViewNames]

If you want to extract a definition of a database, you can run the following command:

    db2look -d sample -createdb
    -- No userid was specified, db2look tries to use Environment variable USER
    -- USER is: DB2INST1
    -- This CLP file was created using DB2LOOK Version "11.1"
    -- Timestamp: Wed 23 May 2018 04:38:15 AM EDT
    -- Database Name: SAMPLE
    -- Database Manager Version: DB2/LINUXX8664 Version 11.1.3.3
    -- Database Codepage: 1208
    -- Database Collating Sequence...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime