How do I create the ITM Data Warehouse Database in DB2?
To create the Tivoli Data Warehouse Database for a DB2 Linux/UNIX system run the following commands:
su – db2instance_owner
db2 create database WAREHOUS using codeset utf-8 territory US
- db2instance_owner for the correct Linux/UNIX user name.
Note: Check the ITM Installation document relevant to your version for setting up the tablespace bufferpools.
Hits: 309