Creating the Demo Tables
Before you start the Operations example, you have to create the demo tables. You can run a specific SQL script to create the schema and database objects.
Procedure
-
Open a command window and change directory to the
Operations directory.
For example,
>cd
TIB_ADADB_HOME\demo\bw6\Operations
-
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 @operation_ora.sql
The script creates the items and displays the status.
-
Run the following script to exit the query tool:
SQL> exit
Copyright © Cloud Software Group, Inc. All Rights Reserved.