This section provides guidelines for creating the Tivoli® Data Warehouse database on Oracle.
For specific instructions on how to create an Oracle database, see the Oracle documentation or have a database administrator create the database for you.
When you create the warehouse database using Oracle, follow these guidelines:
| Parameter | Default value |
|---|---|
| Tivoli Data Warehouse database name | WAREHOUS |
| User name | ITMUser |
| User password | itmpswd1 |
GRANT CREATE CONNECT TO ITM_DW;
GRANT CREATE PROCEDURE TO ITM_DW;
GRANT CREATE TABLE TO ITM_DW;
GRANT CREATE VIEW TO ITM_DW;
CREATE USER itmuser PROFILE DEFAULT IDENTIFIED by itmuser_password
ACCOUNT UNLOCK;
GRANT role TO itmuser;
As
all the Tivoli Data Warehouse
tables are created in the user's default tablespace, you need to allocate
enough space quota on the default tablespace to this user to create
all the tables, or you can simplify it by allowing unlimited tablespace
to this user.