IBM Books

XML Extender Administration and Programming


Cleaning up the tutorial environment

If you want to clean up the tutorial environment, you can run the getstart_clean.cmd file. This file:

This command file does not disable or drop the SALES_DB database; the database is still available for use with XML Extender. You might receive error messages if you have not completed both lessons in this chapter. You can ignore these errors.

To clean up the tutorial environment:

  1. From the DB2 Command Window, run the following command:
    getstart_clean.cmd
    
  2. If you want to disable the database, you can run the following XML Extender command from the DB2 Command Window:
    dxxadm disable_db SALES_DB
    
    This command drops the administration control tables DTD_REF and XML_USAGE, as well as removes the user-defined types and functions provided by XML Extender.
  3. If you want to drop the database, you can run the following command from the DB2 Command Window:
    db2 drop database SALES_DB
    
    This command drops the SALES_DB.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]