Why and when to perform this task
When the WebSphere Application Server deployment tooling deploys an EJB jar file containing container-managed persistence (CMP) enterprise beans, it selects the target database and creates a corresponding Table.ddl file. This file contains the SQL statement necessary to generate the database table for your CMP beans. You must run the ddl file on your database server to create the tables.
The following steps demonstrate the process for creating tables in DB2.
Steps for this task
CREATE COLLECTION collection ;where collection is the name of your database.