Create Cloudscape tables for schedulers

 

Before you begin

This task requires you to configure a database and make it available. See the "Creating Cloudscape databases for schedulers" topic, for more information.

 

Overview

This topic describes how to create tables for schedulers on Cloudscape databases, using data definition language (DDL) or structured query language (SQL) files.

 

Procedure

  1. Open a command-line window.

  2. Create the schema.

    1. Using a text editor, edit the script, %install_root%\Scheduler\createSchemaCloudscape.ddl, according to the instructions at the top of the file.

      Note: When setting the table prefix, capitalize all characters.

    2. Enter one of the following commands.

      Note: Cloudscape provides both an embedded and network server version. This example is for the embedded version of Cloudscape. See the Cloudscape product documentation for more details on running DDL scripts. On Windows systems (using the example name, scheddb)

      %install_root%\cloudscape\bin\embedded\ij.bat %install_root%\Scheduler\createSchemaCloudscape.ddl
      
      On UNIX systems (using the example name, scheddb)

      %install_root%/cloudscape/bin/embedded/ij.sh %install_root%/Scheduler/createSchemaCloudscape.ddl
      

 

Result

The Cloudscape tables and schema for the scheduler exist.


 

Related Tasks


Creating Cloudscape databases for schedulers
Configuring Cloudscape V5.1.60x

 

See Also


Vendor-specific data sources minimum required settings