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. |
Last updated