progressStep

The step of the schema conversion operation. This parameter can store one of the following values:

  • IN_PROGRESS – The operation is running.

  • LOADING_METADATA – Loads metadata from the source database.

  • COUNTING_OBJECTS – Determines the number of objects involved in the operation.

  • ANALYZING – Analyzes the source database objects.

  • CONVERTING – Converts the source database objects to a format compatible with the target database.

  • APPLYING – Applies the converted code to the target database.

  • FINISHED – The operation completed successfully.