Network Deployment (Distributed operating systems), v8.0 > Administer applications and their environment > Administer Service integration > Administer message stores > Administer data stores > Configure a messaging engine to use a data store > Create data store tables


Generate the DDL statements needed to create data store tables manually

To enable your database administrator to create the data store tables manually, generate data definition language (DDL) statements. Before you start this task, review the information in Configuration planning for a messaging engine to use a data store, and ensure that your database administrator has taken any appropriate action. Use the sibDDLGenerator command to generate the DDL statements that the database administrator needs to create the tables for the messaging engine data store.


Procedure

  1. At a command prompt, issue the sibDDLGenerator command and redirect the output to a file. Refer to sibDDLGenerator command for a description of the sibDDLGenerator command.

    To process the DDL statements with a command line processor that requires the statements to conform to a specific format, use the optional parameters that control the format of the DDL statements. For example, if each statement must end with a semicolon, use -statementend ;

  2. Send the output file to your database administrator to process the DDL statements that are generated. The DDL statements can be ported across operating systems, for example, you can generate the DDL statements on a machine running the Windows operating system and then run them on a machine running the z/OS operating system.

    Attention:

    • Your database administrator can modify the DDL statements, but must not modify the table names or the column names in any way because doing so might prevent the messaging engine from starting.

    • If the DDL statements are to be run on the z/OS operating system, your database administrator must change the VCAT name in the first line of the DDL statements (the create storage group statement) to a valid high-level qualifier for their system.


Create the database, schema and user ID for a messaging engine
Configure a messaging engine data store to use a data source
Create data store tables
Migrate a messaging engine based on a data store


Related


sibDDLGenerator command
Data store tables

+

Search Tips   |   Advanced Search