Schema dumps are XML representations of the database schema.
Schema dumps can take place in two situations:
- The dump is triggered automatically on startup due to a difference being found between the reference and actual database schema.
- The dump is manually triggered via a JMX client.
Each of these scenarios is described in the following sections.