You are here

Performing schema dumps

Schema dumps are XML representations of the database schema.

Schema dumps can take place in two situations:

  1. The dump is triggered automatically on startup due to a difference being found between the reference and actual database schema.
  2. The dump is manually triggered via a JMX client.

Each of these scenarios is described in the following sections.