Skip to main content

Handling planned DDL changes

If your application supports Handling schema evolution, that may be a preferable approach to handling DDL changes.

Otherwise, if recovery was enabled for the application when it was started, follow these steps.

  1. Stop the source database (or use some other method to ensure that nothing is written to the tables read by Striim).

  2. QUIESCE the Striim application and wait until its status is Quiesced.

  3. Perform the DDL changes in the source database.

  4. If required by those DDL changes, ALTER and RECOMPILE the Striim application.

  5. Start the source database.

  6. Start the Striim application.