migrate define
Purpose
To define and run a migrate.
Format
migrate define -n jobname -t jobtype -f definitionfile [-run] [-replace]
Arguments
| -n _jobname_ | The name you are giving the migrate job definition. |
|---|---|
| -t _jobtype_ | The valid entry is migrate, which indicates that the job is a migrate job. |
| -f _definitionfile_ | The name of the file that contains the options and migrate statements for the migrate job definition. These statements are described in Job Definition Language. |
| -run | Runs the migration. This option allows you to define and run the migration in a single step. |
| -replace | Replaces an existing migration job definition if one exists with the same name that you specified. |