The Default Options dialog box is used to assign default migration options for tables and queries.
The Default Options dialog box contains the following controls:
Destination | The options in this group box specify the default destination information for the selected table or query. | |
Auth ID | Enter the AuthID associated with the destination table. Changing this field assigns a new owner to the destination table. Select the Default To Source checkbox next to this field to indicate that you want to use the source table's Auth ID by default. |
|
Tbl Space | Enter the table space name for the destination table. Select the Default To Source checkbox next to this field to indicate that you want to use the name of the source table space by default. |
|
Database | Enter the database name for the destination table. Select the Default To Source checkbox next to this field to indicate that you want to use the name of the source database by default. |
|
If Table Already Exists | Use the If Table Already Exists group box to specify what Migrate should do if the table you are migrating already exists at its destination. | |
Abort | Select this option if you want Migrate to terminate the migration if the destination table already exists. | |
Append Data | Select this option if you want Migrate to append the new table to the existing destination table. If the destination table has no primary key, all records are appended to the destination. You can use this option with the No Data option (see below) to migrate just an index. | |
Replace Data | Select this option if you want Migrate to replace all existing records in the destination table with records from the source table. All data in the existing table will be deleted. | |
Replace Table | Select this option if you want Migrate to drop the destination table and create a new table containing the result of this migration. | |
Limit Data To | Select the number of records you want to copy.
|
|
Commit Work After | Specify the number of records Migrate should accrue before permanently writing them to disk (i.e., issuing a COMMIT statement). You can specify any number between 0 and 32,767. High Commit Work After values produce a faster migration but result in fewer records successfully written should the migration be interrupted. | |
Migrate |
Use the Migrate group box to select the objects you want to migrate with a table. |
|
Primary Key | Select this checkbox if you want primary-key columns in the source table to also be primary-key columns in the destination table. | |
Unique Keys | Select this checkbox if you want unique-key columns in the source table to also be unique-key columns in the destination table. | |
Indexes | Select this checkbox if you want the index key in the source table to also be the index key in the destination table. | |
Foreign Keys | Select this checkbox if you want foreign-key columns in the source table to also be foreign-key columns in the destination table. | |
Synonyms | Select this checkbox if you want any alternate names for the source table to also be alternate names for the destination table. | |
Comments | Select this checkbox to migrate comments in the source table to be included on the destination location table. | |
Privileges | Select this checkbox to migrate privileges. The privileges checkbox lets you place the same security standards on the destination tables as on the source tables. | |
Distinct Type | Select this checkbox to migrate distinct types used by the source table. |