BackgroundJobType(value)The types of jobs that can be executed in the background.
Enums |
|
|---|---|
| Name | Description |
BACKGROUND_JOB_TYPE_UNSPECIFIED |
Unspecified background job type. |
BACKGROUND_JOB_TYPE_SOURCE_SEED |
Job to seed from the source database. |
BACKGROUND_JOB_TYPE_CONVERT |
Job to convert the source database into a draft of the destination database. |
BACKGROUND_JOB_TYPE_APPLY_DESTINATION |
Job to apply the draft tree onto the destination. |
BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE |
Job to import and convert mapping rules from an external source such as an ora2pg config file. |