Cleaning up the Database

After running the example, you can delete the example tables. The cleanup script deletes the example tables that were created by the demo1_database_vendor.sql script.

Procedure

  1. On a command line, change directory to the Demo1 directory.
    For example, > cd TIB_ADADB_HOME\demo\bw6\Demo1
  2. Run the demo_cleanup_database_vendor.sql script in the subdirectory.
    > sqlplus userid/password@dbService @demo1_cleanup_ora.sql

    For example, > sqlplus karlh/karlh@ORCL @demo1_cleanup_ora.sql