Resetting the Backing Store Tutorial
You can reset the tutorial for re-use.
Different levels of reset are available as explained next:
To do this: | Do the following: |
---|---|
Remove the backing store data only. | Run
FDStore_cleanup.sql . This script truncates the tables.
|
Remove the database schema and reset the project. | Run
FDStore_remove.sq l.
To recreate a fresh schema, do Running the Create Tables Scripts as the TIBCO BusinessEvents User and Generating the Project-Specific SQL Scripts . |
Remove the database user and the database schema. | Do all tasks in the section
Database Schema. The
initialize_database_dbms.sql script drops the user (and therefore all the tables) and then adds the user again.
|