Creating the Demo Tables

Before you start the SalesOrder example, you have to create the demo tables. You can run a specific SQL script to create the schema and database objects.

Procedure

  1. Open a command window and change directory to the SalesOrder directory.
    For example, >cd TIB_ADADB_HOME\demo\bw6\SalesOrder
  2. Run the appropriate request script for your database vendor to create the tables for your database. Use your environment-specific user ID, password, and database service.
    For example, >sqlplus userid/pswd@dbService @salesorder_ora.sql
    The script creates the items and displays the status.
  3. Run the following script to exit the query tool:
    SQL> exit