WebSphere Application Server Network Deployment, Version 6.0.x   Operating Systems: AIX, HP-UX, Linux, Solaris, Windows
             [TIP: Focusing the table of contents and search results]

Creating DB2 for iSeries databases for schedulers

This topic describes how to create DB2 for iSeries databases for scheduler, using data definition language (DDL) or structured query language (SQL) files.

About this task

To create DB2 for iSeries databases for scheduler, using data definition language (DDL) or structured query language (SQL) files, use these steps.

Procedure

  1. Run the following command to start an interactive SQL session:
    STRSQL
  2. In interactive SQL, enter this command to create the collection with an example name, scheddb:
    CREATE COLLECTION scheddb
  3. Exit the interactive SQL session.
  4. Change the owner for the new collection to QEJBSVR by executing the following command:
    CHGOBJOWN OBJ(scheddb) OBJTYPE(*LIB) NEWOWN(QEJBSVR)
    where scheddb is the name of the collection you created in the previous step.

Results

The DB2 for iSeries database for the scheduler exists.



Related tasks
Creating DB2 databases for schedulers
Creating DB2 tables for schedulers
Related reference
Data source minimum required settings, by vendor
Task topic    

Terms of Use | Feedback

Last updated: Mar 8, 2007 8:14:28 PM CST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/scheduler/tasks/tsch_codb2i.html

© Copyright IBM Corporation 2002, 2006. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)