At this point, you can execute the DDL script in Interactive SQL and create database objects in the VLDBServer database.
Start the VLDB database server, if the server is not already running. To do this, change to the directory that contains the database files and use the following command format:
start_asiq -n server_name @config_file.cfg database_name.db
Be sure to use the -n switch to name the server, either in the configuration file or on the command line when you start the server.
Enter the following command at the operating system prompt to start Interactive SQL Java:
dbisql
Enter the correct User ID, Password, and server information in the dbisql Connect dialog box.
Open the generated DDL script for IQ and click the Execute SQL statement button on the Interactive SQL toolbar to execute the script.