Database Schema

Use provided scripts to set up the database schema.

Tip: See Resetting the Backing Store Tutorial for various levels of reset you can do if you want to reuse this tutorial example.
What happens if I change the project ontology after setting up the database schema?
  If you change the project ontology you must update the database schema. You must also update the schema if you add an entity that you previously excluded from the backing store.
A utility is provided that can handle most changes. Certain changes require manual updates. See the section Updating an Existing Backing Store Schema, in TIBCO BusinessEvents Developer’s Guide.
What are the minimum permissions for the database user?
 At a minimum, the user must be able to create tables and views. By default the BE_USER user created by the scripts has DBA privileges.