beautypg.com

2 deploying a database using scripts – IBM Data Server DB2 User Manual

Page 230

background image

216

DB2 Deployment Guide

In Figure 5-1, we depict the ITSODB database.

Figure 5-1 The sample database ITSODB

You can download the DDLs used to create the ITSODB from the IBM Redbooks
Web site. Refer to Appendix B, “Additional material” on page 267 for the
download instructions.

5.2 Deploying a database using scripts

This task is about creating the database and the database objects such as
tables, indexes, views, stored procedures, and so on. We assume that this is a
new installation, that is, we do not describe update of an existing database.

First of all, you have to prepare the set of statements for creating the entire
database. Once the statements are ready, you can execute them either through
a shell script or using an application.

The statements and their options shown in this chapter are limited to our sample
database. For more details, refer to the DB2 manuals and Information Center:

Command Reference, SC23-5846
SQL Reference, Volume 1, SC23-5861
SQL Reference, Volume 2, SC23-5862

ITSO_TS1

tablespace

ITSO_TS2

tablespace

ITSO_BP

bufferpool

STAFF

table

trigger

DEPT

table

EMPLOYEE

table

ADEFUSR

summarytable

Function

Stored

procedure

Check

constraint

PK

PK

FK

Index

View

Alias