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.
- Create demo database with defaults
dbaccessdemo
- this will create database stores_demo in dbspace rootdbs in no logging mode
- Create demo database with logging enabled
dbaccessdemo -log
- this will create database stores_demo in dbspace rootdbs in unbuffered logging mode
- 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
- 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
