
Chapter 9. Meta Integration of DB2 Cube Views within the enterprise toolset 343
Figure 9-13 DB2 schema generation
3) Using DB2, create the tables and columns of this schema
The SQL script in Figure 9-13 can be executed to create the DB2 Tables. Here is
how to execute it using the DB2 Command Window tool:
db2 connect to MDSAMPLE
db2 set current schema = STAR
db2 –tvf C:\Temp\star.sql
At this point, the database has been setup and is ready to receive the cube
model metadata.
4) Using ERwin v4.x, save the model as XML
The next step of this process is to save the ERwin v4 model as an XML file. The
bridge will use this file as input.
When the model is ...