Please make sure that the necessary environment settings are active.

Creating the Demo Database

IDS is delivered with a small demo databases called stores_demo. The demo database can be created by executing the shell script dbaccessdemo.

  1. Create demo database with defaults
    • dbaccessdemo
    • this will create database stores_demo in dbspace rootdbs in no logging mode
  2. Create demo database with logging enabled
    • dbaccessdemo -log
    • this will create database stores_demo in dbspace rootdbs in unbuffered logging mode
  3. Create demo database in specified dbspace with no logging
    • dbaccessdemo -dbspace datadbs
    • this will create database stores_demo in dbspace datadbs in no logging mode
  4. Create demo database under new name in specified dbspace with logging enabled
    • dbaccessdemo my_stores -dbspace datadbs -log
    • this will create datase my_stores in dbspace datadbs in unbuffered logging mode
 
idsdev/install/demo.txt · Last modified: 2008/07/28 13:06 (external edit)     Back to top