REPLACE profile command
REPLACE MIGRATE PROFILE
This section describes REPLACE MIGRATE PROFILE syntax.
Variable | Description | ||||||
---|---|---|---|---|---|---|---|
profileOwner.profileName | This variable defines the name of the migrate profile that you want to replace. | ||||||
migrateType | This variable defines the type of migrate profile. Valid values are as follows:
| ||||||
blProfileOwner.blProfileName | This variable specifies a catalog baseline profile to define scope rules that select the Db2 objects to include in the migration. If you do not specify a baseline profile, you must specify scope rules for the outbound migrate profile. | ||||||
comment | The comment is displayed or printed whenever the profile is used and can contain descriptive text about the profile. The maximum length of the comment is 255 characters. Any characters beyond the maximum are truncated. |
Examples
The following examples illustrate the use of the REPLACE MIGRATE PROFILE command:
REPLACE BASELINE PROFILE
This section describes REPLACE BASELINE PROFILE syntax.
Variable | Description | ||||||
---|---|---|---|---|---|---|---|
profileOwner.profileName | This variable defines the name of the baseline profile that you want to replace. | ||||||
baselineType | This variable defines the scope of the data structures when you create the baseline. Valid values are as follows:
| ||||||
baselineTemplate | This variable specifies a template for the names of the baselines that are created using the profile. The template name must begin with an alphabetic character, cannot exceed 18 characters, and must contain either @@@@@@, @@@@@@@@, or ####:
| ||||||
migProfileOwner.migProfileName | This variable specifies an outbound migrate profile to use for scope rules in a catalog baseline. If you do not specify migrate profile, you must specify scope rules for the catalog baseline. In a DDL baseline, the DDL file or migrate-type worklist specifies the scope. | ||||||
DELETEAGE = value | This option specifies the minimum number of days to retain a baseline created with this profile. This option specifies to automatically delete baselines that are built with this profile that are older than the DELETEAGE value. To retain all of the completed baselines, specify zero for this option and the RETAINMAX option. | ||||||
RETAINMAX = value | This option specifies the maximum number of baselines to retain that were created with this profile. To retain all of the completed baselines, specify zero for this option and the DELETEAGE option. | ||||||
comment | The comment is displayed or printed whenever the profile is used and can contain descriptive text about the profile. The maximum length of the comment is 255 characters. Any characters beyond the maximum are truncated. |
Examples
The following examples illustrate the use of the REPLACE BASELINE PROFILE command: